You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2009/03/25 13:14:54 UTC

svn commit: r758236 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: woonsan
Date: Wed Mar 25 12:14:52 2009
New Revision: 758236

URL: http://svn.apache.org/viewvc?rev=758236&view=rev
Log:
Changes 'maven.skip.test' to 'skipTests'.
The former option does not make it compile test classes, while the latter option make it compile those without actual testing.
This will help us keep healthy test cases.

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=758236&r1=758235&r2=758236&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Wed Mar 25 12:14:52 2009
@@ -241,7 +241,7 @@
 
     <!-- Default Build Properties -->
 
-    <maven.test.skip>true</maven.test.skip>
+    <skipTests>true</skipTests>
 
     <!-- default test jdbc driver artifact definition which is *required* to have proper default values to keep installed POMs valid -->
     <org.apache.jetspeed.test.jdbc.driver.groupId>org.apache.derby</org.apache.jetspeed.test.jdbc.driver.groupId>
@@ -1547,12 +1547,12 @@
       <id>test</id>
       <activation>
         <property>
-          <name>maven.test.skip</name>
+          <name>skipTests</name>
           <value>false</value>
         </property>
       </activation>
       <properties>
-        <maven.test.skip>false</maven.test.skip>
+        <skipTests>false</skipTests>
       </properties>
       <modules>
         <module>jetspeed-api</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org