From: Eric P. <de...@us...> - 2004-02-17 14:06:35
|
dep4b 04/02/17 05:57:49 Modified: xdocs installing.xml Log: Make text clearer to prevent confusion. Revision Changes Path 1.6 +3 -0 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- installing.xml 17 Feb 2004 06:22:56 -0000 1.5 +++ installing.xml 17 Feb 2004 13:57:48 -0000 1.6 @@ -21,6 +21,9 @@ You can set up your Maven installation to "know about" the Maven-Plugins project. To do this you need to <b>add</b> <code>http://maven-plugins.sf.net/maven</code> to your <B>maven.repo.remote</B> parameter (can be set in build.properties for example). </p> <p> + Typically it will look like <code>maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven</code> + </p> + <p> You can then download and install plugins as follows <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. |