Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Don't use mvn deploy in anger!

...

Creating a Nexus staging release

THIS SECTION IS INCOMPLETE - DO NOT USE YET

First, create the SVN tag (with appropriate non-SNAPSHOT version in the pom), check it out into a fresh workspace and build/test the code. Once the code appears to be ready, the Maven artifacts can be deployed:

Wiki Markup{{mvn deploy -Prelease \[-DskipTests\] \[-Plocal-deploy\]}}TO BE DETERMINED - at present mvn deploy -Prelease won't deploy to Nexus, but to the live forge

The -Plocal-deploy parameter can be used as described above to redirect the deployment to target/deploy.

...