Skip to content

Commit

Permalink
Avoid duplicate test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Dec 21, 2019
1 parent bbc5e0b commit f288995
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 f288995

Please sign in to comment.