You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/02/09 10:12:00 UTC

svn commit: r1658332 - /commons/proper/csv/trunk/pom.xml

Author: ebourg
Date: Mon Feb  9 09:12:00 2015
New Revision: 1658332

URL: http://svn.apache.org/r1658332
Log:
Do not compile the benchmarks when running the tests

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1658332&r1=1658331&r2=1658332&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Feb  9 09:12:00 2015
@@ -154,6 +154,14 @@ CSV files of various types.
     </pluginManagement>  
     <plugins>
       <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <testExcludes>
+            <testExclude>**/*Benchmark*</testExclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>