How to release a snapshot
Prerequisites:
- Enable access to the Codehaus Nexus repository as described at Howto configure maven release settings.
- Once configured, make sure that you check out a fresh copy of Castor from SVN.
Steps:
To deploy a snapshot release, simply execute:
| Code Block |
|---|
> mvn clean deploy |
Checks:
After successful build, check that the new snapshot is available under http://nexus.codehaus.org/snapshots/ .