Versions Compared

Key

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

...

  1. Move the staging repo to the incubating central 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-ibiblio-rsync-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/
    

...