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/09/02 23:32:46 UTC

svn commit: r691386 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

Author: bentmann
Date: Tue Sep  2 14:32:46 2008
New Revision: 691386

URL: http://svn.apache.org/viewvc?rev=691386&view=rev
Log:
o Tweaked invoker configuration to ease single test execution via -Dinvoker.test

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

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=691386&r1=691385&r2=691386&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Tue Sep  2 14:32:46 2008
@@ -172,8 +172,10 @@
                   <goal>run</goal>
                 </goals>
               </execution>
+              <!-- TODO: Remove execution once MINVOKER-46 is released -->
               <execution>
                 <id>integration-test-phase-2</id>
+                <phase>post-integration-test</phase>
                 <goals>
                   <goal>run</goal>
                 </goals>