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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Nov 13 06:07:25 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-11-13 06:07:25 -0500 (Fri, 13 Nov 2009)
New Revision: 1160

Modified:
   trunk/pom.xml
Log:
Don't run tests for these profiles

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-11-12 20:36:24 UTC (rev 1159)
+++ trunk/pom.xml	2009-11-13 11:07:25 UTC (rev 1160)
@@ -165,6 +165,9 @@
                </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 -->
@@ -210,6 +213,9 @@
                </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 -->
@@ -274,6 +280,9 @@
                </plugin>
             </plugins>
          </build>
+         <properties>
+            <maven.test.skip.exec>true</maven.test.skip.exec>
+         </properties>
       </profile>
 
    </profiles>



More information about the infinispan-commits mailing list