Versions Compared

Key

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

...

THIS SECTION IS INCOMPLETE - DO NOT USE YET

Make sure you are using Commons Parent V16 or later. This is necessary to ensure that Nexus is used as the deployment target.

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 \[-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.

...