Do not compile the benchmarks when running the tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19fbc19294
commit
64f454e3ef
8
pom.xml
8
pom.xml
|
@ -153,6 +153,14 @@ CSV files of various types.
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<testExcludes>
|
||||||
|
<testExclude>**/*Benchmark*</testExclude>
|
||||||
|
</testExcludes>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
Loading…
Reference in New Issue