Skip to content

Commit 64f454e

Browse files
committed
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
1 parent 19fbc19 commit 64f454e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ CSV files of various types.
153153
</plugins>
154154
</pluginManagement>
155155
<plugins>
156+
<plugin>
157+
<artifactId>maven-compiler-plugin</artifactId>
158+
<configuration>
159+
<testExcludes>
160+
<testExclude>**/*Benchmark*</testExclude>
161+
</testExcludes>
162+
</configuration>
163+
</plugin>
156164
<plugin>
157165
<artifactId>maven-assembly-plugin</artifactId>
158166
<configuration>

0 commit comments

Comments
 (0)