Versions Compared

Key

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

...

Code Block
gnodet::default::scp://people.apache.org/home/gnodet/public_html/maven_staging

Make sure all artifacts are signed, the release manager's public key should be signed by antoher apache folk and should be exported to KEYS file

Code Block

http://svn.apache.org/repos/asf/incubator/servicemix/KEYS

For the bug of GPG maven plugin, some of asc files have the wrong name, for example, loan-broker-lw-su-3.1.2-.zip.asc, which should just be:loan-broker-lw-su-3.1.2.zip.asc. Take of this issue until new version which address it is released (it would be fixed in 1.0-beta-4))

  1. Rerun the same command inside tooling/jbi-maven-plugin, as for an unknown reason, the plugin is incorrectly generated the first time (ant tasks are not added).
    Code Block
    cd tooling/jbi-maven-plugin
    mvn -Prelease,deploy -Dgpg.passphrase=smx -Ddeploy.altRepository=yyy
    

...

  1. Move the staging repo to the incubating repo
    Code Block
    mvn stage:copy \
       -Dsource="http://people.apache.org/~gnodet/maven-staging/servicemix-X.Y/maven" \
       -Dtarget="scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository" \
       -Dversion=X.Y
    
    Since maven-stage-plugin is not published, release manager should download this plugin and build it firstly.
    Code Block
    
    http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin/
    
  1. Mail the dev & user lists
  2. Post a news entry on the WIKI
  3. Have a beer! (smile)