Skip to content

Commit

Permalink
Mvn plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Aug 6, 2023
1 parent 38341fe commit 37ae13a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jeorg-kotlin-crums/jeorg-kotlin-crums-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,27 @@
<artifactId>omni-coveragereporter-maven-plugin</artifactId>
<version>${omni-coveragereporter-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 37ae13a

Please sign in to comment.