...
mvn release:prepare
(verify that it has been properly tagged)mvn release:perform
(verify that it has been deployed correctly in the staging repo)
...
- change the parent pom version to the
archiva-parent
version that has just been released - commit the changes made
...
<profile>
<id>apache-release</id>
<properties>
<gpg.passphrase>[GPG_PASSWORD]</gpg.passphrase>
</properties>
</profile>
...
No Format |
---|
ex.
wget http://vmbuild.apache.org/archiva/repository/staged-releases/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz
|
...
No Format |
---|
ex.
gpg -v archiva-jetty-1.3-bin.zip.asc
|
...
Code Block |
---|
cd /www/people.apache.org/builds
svn cat http://svn.apache.org/repos/asf/archiva/project/release-script.sh > release-script.sh
sh release-script.sh VERSION STAGING_URL
|
...
No Format |
---|
mvn stage:copy -Dsource="http://vmbuild.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
|
...
- users@archiva.apache.org
- users@maven.apache.org
- announce@apache.org