Author: bodewig
Date: Mon Dec  5 10:22:59 2011
New Revision: 1210395

URL: http://svn.apache.org/viewvc?rev=1210395&view=rev
Log:
rename run-it profile to run-zipit so ITs for other formats can be added 
individually

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

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1210395&r1=1210394&r2=1210395&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Mon Dec  5 10:22:59 2011
@@ -294,7 +294,7 @@
       </build>
     </profile>
     <profile>
-      <id>run-it</id>
+      <id>run-zipit</id>
       <!-- Add long running tests as **/*IT.java -->
       <build>
         <plugins>
@@ -321,8 +321,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <includes>
-                <include>**/*Test.java</include>
-                <include>**/*IT.java</include>
+                <include>**/zip/*IT.java</include>
               </includes>
             </configuration>
           </plugin>


Reply via email to