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/02 21:23:41 UTC

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

Author: hboutemy
Date: Sat Jul  2 19:23:41 2011
New Revision: 1142276

URL: http://svn.apache.org/viewvc?rev=1142276&view=rev
Log:
added phase to sample run-its command

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=1142276&r1=1142275&r2=1142276&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 Sat Jul  2 19:23:41 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
+mvn -Prun-its integration-test
 +---
 
     As of version 21, this POM sets the Java source and target versions to 1.5. Thus any plugin



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

Posted by Stephen Connolly <st...@gmail.com>.
On 2 July 2011 20:23,  <hb...@apache.org> wrote:
> Author: hboutemy
> Date: Sat Jul  2 19:23:41 2011
> New Revision: 1142276
>
> URL: http://svn.apache.org/viewvc?rev=1142276&view=rev
> Log:
> added phase to sample run-its command
>
> 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=1142276&r1=1142275&r2=1142276&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 Sat Jul  2 19:23:41 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
> +mvn -Prun-its integration-test

should be verify not integration-test to allow the post-integration test tidy-up

>  +---
>
>     As of version 21, this POM sets the Java source and target versions to 1.5. Thus any plugin
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org