You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/11/21 09:06:13 UTC

svn commit: r1412007 - /maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm

Author: andham
Date: Wed Nov 21 08:06:12 2012
New Revision: 1412007

URL: http://svn.apache.org/viewvc?rev=1412007&view=rev
Log:
Fixed typo

Modified:
    maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm

Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm?rev=1412007&r1=1412006&r2=1412007&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt.vm Wed Nov 21 08:06:12 2012
@@ -31,7 +31,7 @@ Installing Artifacts
   The following example shows a plugin configuration using the <<<{{{../install-mojo.html}invoker:install}}>>> 
   goal.  This will cause the project artifact(s) to be installed to a dedicated local 
   repository before executing the projects.  This can be helpful if you 
-  want to build your project and test the new artifacts artifact in a single step instead of 
+  want to build your project and test the new artifact(s) in a single step instead of 
   installing first and then running tests.
   
 +------------------