[gatein-commits] gatein SVN: r6268 - components/wsrp/trunk/wsrp-producer-war.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 18 10:41:18 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-04-18 10:41:18 -0400 (Mon, 18 Apr 2011)
New Revision: 6268

Modified:
   components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
- Skip the tests on skipTests intead of maven.test.skip.

Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml	2011-04-18 14:33:22 UTC (rev 6267)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml	2011-04-18 14:41:18 UTC (rev 6268)
@@ -126,7 +126,7 @@
          <id>integration-tests-enabled</id>
          <activation>
             <property>
-               <name>!maven.test.skip</name>
+               <name>!skipTests</name>
             </property>
          </activation>
          <build>
@@ -480,7 +480,7 @@
                      <goal>test</goal>
                   </goals>
                   <configuration>
-                     <skip>${maven.test.skip}</skip>
+                     <skip>${skipTests}</skip>
                      <includes>
                         <include>org/gatein/wsrp/protocol/v1/MarkupTestCase.class</include>
                         <include>org/gatein/wsrp/protocol/v1/PortletManagementTestCase.class</include>



More information about the gatein-commits mailing list