From: dion g. <dio...@us...> - 2004-02-17 06:09:31
|
diongillard 04/02/16 22:01:01 Modified: xdocs installing.xml Log: Fix repo name Revision Changes Path 1.2 +1 -1 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- installing.xml 20 Jan 2004 08:18:48 -0000 1.1 +++ installing.xml 17 Feb 2004 06:01:00 -0000 1.2 @@ -18,7 +18,7 @@ <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 add <B>http://maven-plugins.sf.net</B> to your <B>maven.repo.remote</B> parameter (can be set in build.properties for example). + 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> You can then download and install plugins as follows |