From: dion g. <dio...@us...> - 2004-02-17 06:24:02
|
diongillard 04/02/16 22:15:32 Modified: xdocs installing.xml Log: Fix to docs to use the right groupId and give a demo usage Revision Changes Path 1.3 +3 -3 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- installing.xml 17 Feb 2004 06:01:00 -0000 1.2 +++ installing.xml 17 Feb 2004 06:15:31 -0000 1.3 @@ -22,11 +22,11 @@ </p> <p> You can then download and install plugins as follows - <source> -maven -DartifactId=ARTIFACTID -DgroupID=GROUPID -Dversion=VERSION plugin:download - </source> + <source>maven -DartifactId=ARTIFACTID -DgroupID=GROUPID -Dversion=VERSION plugin:download</source> replacing ARTIFACTID, GROUPID, VERSION by the details fro the plugin that you want to download. This will then download the plugin and install it in your local set-up. + For example to download the findbug plugin, use: </p> + <source>maven -DartifactId=maven-findbugs-plugin -DgroupID=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download</source> </subsection> </section> |