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 2011/07/04 22:35:21 UTC

svn commit: r1142797 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Mon Jul  4 20:35:21 2011
New Revision: 1142797

URL: http://svn.apache.org/viewvc?rev=1142797&view=rev
Log:
use integration-test+verify goals instead of one step run

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1142797&r1=1142796&r2=1142797&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Mon Jul  4 20:35:21 2011
@@ -275,7 +275,8 @@ under the License.
                 <id>integration-test</id>
                 <goals>
                   <goal>install</goal>
-                  <goal>run</goal>
+                  <goal>integration-test</goal>
+                  <goal>verify</goal>
                 </goals>
               </execution>
             </executions>