From: Eric P. <de...@us...> - 2006-04-25 18:41:00
|
dep4b 06/04/25 11:40:56 Modified: xdocs installing.xml Log: update installation documents. Revision Changes Path 1.8 +4 -4 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- installing.xml 3 Jun 2005 14:01:30 -0000 1.7 +++ installing.xml 25 Apr 2006 18:40:56 -0000 1.8 @@ -24,20 +24,20 @@ <subsection name="Automatic Install"> <p> 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> property + to <b>add</b> <code>http://maven-plugins.sourceforge.net/repository</code> to your <B>maven.repo.remote</B> property (can be set in project.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> + Typically it will look like <code>maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sourceforge.net/repository</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. - For example to download the findbug plugin, use: + For example to download the findbugs 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 -Dmaven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sourceforge.net/repository</source> </subsection> </section> |