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

[maven-ant-plugin] 31/42: o Tweaked invoker configuration to ease single test execution via -Dinvoker.test

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 568673cf8326e1d11bd330e99077f8320eaa78c1
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Tue Sep 2 21:32:46 2008 +0000

    o Tweaked invoker configuration to ease single test execution via -Dinvoker.test
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@691386 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4b1f194..d87795f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,8 +172,10 @@ under the License.
                   <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>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.