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/08/10 10:53:35 UTC

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

Author: bentmann
Date: Sun Aug 10 01:53:34 2008
New Revision: 684422

URL: http://svn.apache.org/viewvc?rev=684422&view=rev
Log:
o Enabled ITs

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=684422&r1=684421&r2=684422&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Sun Aug 10 01:53:34 2008
@@ -152,7 +152,6 @@
   </reporting>
 
   <profiles>
-    <!-- TODO: Enable once MINVOKER-43 is released and the staging works reliably
     <profile>
       <id>run-its</id>
       <build>
@@ -160,7 +159,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.2</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
@@ -210,6 +208,5 @@
         </plugins>
       </build>
     </profile>
-    -->
   </profiles>
 </project>