|
From: Jeff J. <jef...@us...> - 2007-01-22 01:30:15
|
jeffjensen 07/01/21 17:30:13
Modified: xdocs installing.xml
Log:
Add doc on snapshot repository.
Revision Changes Path
1.10 +6 -0 maven-plugins/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- installing.xml 9 Aug 2006 03:53:15 -0000 1.9
+++ installing.xml 22 Jan 2007 01:30:12 -0000 1.10
@@ -39,6 +39,12 @@
</p>
<source>maven -DartifactId=maven-findbugs-plugin -DgroupId=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository</source>
</subsection>
+ <subsection name="Snapshots">
+ <p>
+ If you need to test a snapshot, use the following snapshot repository as above:
+ <code>http://maven-plugins.sourceforge.net/snapshot-repository</code>
+ </p>
+ </subsection>
</section>
</body>
|