Versions Compared

Key

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

...

After the vote passes, you'll need to "merge" that staging location to the main location. (I'm waiting for docs on the repository-tools plugin that handles this step)Right now, this process takes a real maven Guru to do. The "stage" plugin that will handle this process has not yet been released. You need to checkout the maven-stage-plugin code and build it. However, it currently relies on some snapshots of other things that haven't been deployed. Thus, building the stage plugin can take some time. Best bet, have Dan Kulp do this until the plugin is released. If you DO get it built, you just need to run something like:

Code Block

mvn stage:copy \
   -Dsource="http://people.apache.org/~dkulp/stage_cxf/2.0_incubator-RC_take1/maven" \
   -Dtarget="scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository" \
   -Dversion=2.0_incubator-RC