o Tweaked invoker configuration to ease single test execution via -Dinvoker.test

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@691386 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4b1f194..d87795f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>