Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Archiva Release Process

...

  • 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>

...

Wiki Markup
Execute {{mvn release:prepare}} (check that it has been properly tagged. the tag name must be.. {{archiva-\[VERSION\]}})
Warning

page now here http://archiva.apache.org/developers/releasing.html

...

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

...

No Format

mvn stage:copy -Dsource="http://vmbuild.apache.org/archiva/repository/staged-archiva"
     -Dtarget="scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" 
     -Dversion=1.3 -DrepositoryId=apache.releases

...

...