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/07/29 10:05:14 UTC

svn commit: r680643 - /maven/release/trunk/maven-release-plugin/pom.xml

Author: bentmann
Date: Tue Jul 29 01:05:13 2008
New Revision: 680643

URL: http://svn.apache.org/viewvc?rev=680643&view=rev
Log:
o Disabled ITs until MINVOKER-43 is released

Modified:
    maven/release/trunk/maven-release-plugin/pom.xml

Modified: maven/release/trunk/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=680643&r1=680642&r2=680643&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Tue Jul 29 01:05:13 2008
@@ -145,6 +145,7 @@
   </distributionManagement>
 
   <profiles>
+    <!-- TODO: Enable once MINVOKER-43 is released and the staging works reliably
     <profile>
       <id>integration-tests</id>
       <activation>
@@ -208,5 +209,6 @@
         </plugins>
       </build>
     </profile>
+    -->
   </profiles>
 </project>