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/03 22:45:36 UTC

svn commit: r1142497 - /maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Author: hboutemy
Date: Sun Jul  3 20:45:36 2011
New Revision: 1142497

URL: http://svn.apache.org/viewvc?rev=1142497&view=rev
Log:
changed phase to verify instead of integration-test to allow the post-integration test tidy-up

Modified:
    maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1142497&r1=1142496&r2=1142497&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Sun Jul  3 20:45:36 2011
@@ -36,7 +36,7 @@ Maven Plugins Parent POM
     to run its ITs, but by convention, these ITs are defined by every plugin in a <<<run-its>>> profile:
 
 +---
-mvn -Prun-its integration-test
+mvn -Prun-its verify
 +---
 
     As of version 21, this POM sets the Java source and target versions to 1.5. Thus any plugin