[infinispan-commits] Infinispan SVN: r1522 - trunk.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Feb 19 09:37:32 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-02-19 09:37:32 -0500 (Fri, 19 Feb 2010)
New Revision: 1522

Modified:
   trunk/pom.xml
Log:
Don't run tests when building distro

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-02-19 13:22:18 UTC (rev 1521)
+++ trunk/pom.xml	2010-02-19 14:37:32 UTC (rev 1522)
@@ -44,6 +44,9 @@
          <activation>
             <activeByDefault>false</activeByDefault>
          </activation>
+         <properties>
+            <maven.test.skip.exec>true</maven.test.skip.exec>
+         </properties>
          <build>
             <plugins>
                <plugin>
@@ -171,9 +174,6 @@
                </plugin>
             </plugins>
          </build>
-         <properties>
-            <maven.test.skip.exec>true</maven.test.skip.exec>
-         </properties>
       </profile>
 
       <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
@@ -182,6 +182,9 @@
          <activation>
             <activeByDefault>false</activeByDefault>
          </activation>
+         <properties>
+            <maven.test.skip.exec>true</maven.test.skip.exec>
+         </properties>
          <build>
             <plugins>
                <plugin>
@@ -219,9 +222,6 @@
                </plugin>
             </plugins>
          </build>
-         <properties>
-            <maven.test.skip.exec>true</maven.test.skip.exec>
-         </properties>
       </profile>
 
       <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
@@ -230,6 +230,9 @@
          <activation>
             <activeByDefault>false</activeByDefault>
          </activation>
+         <properties>
+            <maven.test.skip.exec>true</maven.test.skip.exec>
+         </properties>
          <build>
             <plugins>
                <plugin>
@@ -286,9 +289,6 @@
                </plugin>
             </plugins>
          </build>
-         <properties>
-            <maven.test.skip.exec>true</maven.test.skip.exec>
-         </properties>
       </profile>
 
    </profiles>



More information about the infinispan-commits mailing list