|
From: dion g. <dio...@us...> - 2004-02-17 06:31:28
|
diongillard 04/02/16 22:22:56
Modified: xdocs installing.xml
Log:
Another typo
Revision Changes Path
1.5 +2 -2 maven-plugins/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- installing.xml 17 Feb 2004 06:16:41 -0000 1.4
+++ installing.xml 17 Feb 2004 06:22:56 -0000 1.5
@@ -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 from 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>
+ <source>maven -DartifactId=maven-findbugs-plugin -DgroupId=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download</source>
</subsection>
</section>
|