You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/28 12:20:41 UTC

svn commit: r642201 - /maven/plugins/trunk/maven-patch-plugin/pom.xml

Author: bentmann
Date: Fri Mar 28 04:20:38 2008
New Revision: 642201

URL: http://svn.apache.org/viewvc?rev=642201&view=rev
Log:
o Made IT profile active by default like in other plugins

Modified:
    maven/plugins/trunk/maven-patch-plugin/pom.xml

Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/pom.xml?rev=642201&r1=642200&r2=642201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Fri Mar 28 04:20:38 2008
@@ -74,8 +74,8 @@
       <id>integration-tests</id>
       <activation>
         <property>
-          <name>integration-tests</name>
-          <value>true</value>
+          <name>maven.test.skip</name>
+          <value>!true</value>
         </property>
       </activation>