Repository: archiva-site Updated Branches: refs/heads/master 85683dffb -> 213950f72
no more need of stage:copy maven plugin Signed-off-by: olivier lamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/213950f7 Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/213950f7 Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/213950f7 Branch: refs/heads/master Commit: 213950f729786bbba335844437338453de1a6700 Parents: 85683df Author: olivier lamy <[email protected]> Authored: Wed Apr 12 13:37:20 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Wed Apr 12 13:37:20 2017 +1000 ---------------------------------------------------------------------- src/site/apt/developers/releasing.apt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-site/blob/213950f7/src/site/apt/developers/releasing.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/developers/releasing.apt b/src/site/apt/developers/releasing.apt index 7868281..6ba9a50 100644 --- a/src/site/apt/developers/releasing.apt +++ b/src/site/apt/developers/releasing.apt @@ -81,7 +81,7 @@ Archiva release process +------------- ex. -wget http://archiva-repository.apache.org/archiva/repository/staged-releases/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz +wget http://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz Verify the signatures: ex. gpg -v archiva-jetty-1.3-bin.zip.asc @@ -100,15 +100,10 @@ sh ./release-script-svn.sh VERSION STAGING_URL Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download. 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="https://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" - -Dversion=1.3 -DrepositoryId=apache.releases -+------------- + To sync the jars to Maven Central, you need to merge the repository archiva-releases-stage to rsync-central + mark the appropriate release version in JIRA as complete Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL and run mvn site-deploy. The 3 properties to change are at the bottom of pom.xml before generating the site.
