Author: bentmann Date: Fri Apr 18 06:57:35 2008 New Revision: 649542 URL: http://svn.apache.org/viewvc?rev=649542&view=rev Log: o Polished site docs
Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt?rev=649542&r1=649541&r2=649542&view=diff ============================================================================== --- maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt (original) +++ maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt Fri Apr 18 06:57:35 2008 @@ -1,36 +1,36 @@ ------ - Advance Usage + Advanced Usage ------ Olivier Lamy ------ 24 November 2007 ------ -Advance Usage +Advanced Usage -* Goals file Interpolation +* Goals File Interpolation - goals files can be interpolated with some values : + The goals files can be interpolated with some values: - * values from the project pom (you must use $\{pom.groupId} notation in your goals file) + * Values from the project POM (you must use <<<$\{pom.groupId}>>> notation in your goals file) - * In the plugin configuration you can add some properties in a interpolationsProperties element + * In the plugin configuration you can add some properties in a <<<\<interpolationsProperties\>>>> element -* it Pom Interpolation +* IT POM Interpolation - It poms can be interpolated with some values : + IT POMs can be interpolated with some values: - * values from the project pom (you must use @pom.groupId@ notation in your pom file) + * Values from the project POM (you must use <<<@pom.groupId@>>> notation in your POM file) - * In the plugin configuration you can add some properties in a interpolationsProperties element + * In the plugin configuration you can add some properties in a <<<\<interpolationsProperties\>>>> element - * properties from pom.properties + * Properties from <<<pom.properties>>> -* Running only some tests +* Running Only Some Tests - The plugin support a parameter -Dinvoker.test to run only its in the directory match by the expressions - used in the parameter - command line is : mvn -Dinvoker.test=*MWAR*,simple* - - - \ No newline at end of file + The plugin supports a parameter <<<-Dinvoker.test>>> to run only ITs in the directories matched by the expressions + used in the parameter. See this example command line: + ++--- + mvn -Dinvoker.test=*MWAR*,simple* ++--- Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml?rev=649542&r1=649541&r2=649542&view=diff ============================================================================== --- maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml Fri Apr 18 06:57:35 2008 @@ -25,7 +25,7 @@ <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/> <item name="Usage" href="usage.html"/> - <item name="Advance Usage" href="advance-usage.html"/> + <item name="Advanced Usage" href="advance-usage.html"/> <item name="FAQ" href="faq.html"/> </menu> <!--