How to release a snapshot
Prerequisites:
- Install JDK 5 and let JAVA_HOME environment variable point to it.
- 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:
Checks:
After successful build, check that the new snapshot is available under http://nexus.codehaus.org/snapshots/ .