Skip to content

Commit

Permalink
Merge pull request #8 from mincong-h/build
Browse files Browse the repository at this point in the history
Avoid duplicate test compilation
  • Loading branch information
danieldietrich authored Dec 21, 2019
2 parents bbc5e0b + f288995 commit 0f938f0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,22 +189,6 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<arg>-Xlint:-options</arg>
</compilerArgs>
</configuration>
<executions>
<execution>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0f938f0

Please sign in to comment.