Author: olamy
Date: Tue Sep 25 17:17:34 2012
New Revision: 1389997
URL: http://svn.apache.org/viewvc?rev=1389997&view=rev
Log:
note on stage plugin doesn't work with mvn3
Modified:
archiva/site/src/site/apt/developers/releasing.apt
Modified: archiva/site/src/site/apt/developers/releasing.apt
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/apt/developers/releasing.apt?rev=1389997&r1=1389996&r2=1389997&view=diff
==============================================================================
--- archiva/site/src/site/apt/developers/releasing.apt (original)
+++ archiva/site/src/site/apt/developers/releasing.apt Tue Sep 25 17:17:34 2012
@@ -96,6 +96,8 @@ sh release-script-svn.sh VERSION STAGING
After the vote has passed, move the files from dist dev to dist release: svn
mv https://dist.apache.org/repos/dist/dev/archiva/ to
https://dist.apache.org/repos/dist/relase/archiva/
To sync the jars to ibiblio, execute:
+ <<NOTE: the stage plugin doesn't work with maven3 you must use maven 2.2.1>>
+
+-------------
mvn stage:copy
-Dsource="http://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/"
-Dtarget="scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"