This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.1 in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit a174e868db79b77c49b71de397e604d6dc81d851 Author: Oliver Lamy <[email protected]> AuthorDate: Sun Nov 25 20:03:13 2007 +0000 add a documentation on goals files interpolation git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@598046 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/advance-usage.apt | 21 +++++++++++++++++++++ src/site/site.xml | 1 + 2 files changed, 22 insertions(+) diff --git a/src/site/apt/advance-usage.apt b/src/site/apt/advance-usage.apt new file mode 100755 index 0000000..5a77453 --- /dev/null +++ b/src/site/apt/advance-usage.apt @@ -0,0 +1,21 @@ + ------ + Advance Usage + ------ + Olivier Lamy + ------ + 24 November 2007 + ------ + +Advance Usage + +* Goals file Interpolation + + goals files can be interpolated with some values : + + * values from the project pom (you can use $\{pom.groupId} in your goals file) + + * In the plugin configuration you can add some properties in a interpolationsProperties element + + + + \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml index 7332b52..490b49f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,6 +25,7 @@ under the License. <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="FAQ" href="faq.html"/> </menu> <!-- -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
