Deployment process
See the online documentation (http://central.sonatype.org/pages/apache-maven.html)
-
Performing a Snapshot Deployment
- mvn clean deploy
-
Performing a Release Deployment
- mvn versions:set -DnewVersion=1.2.3
- mvn clean deploy -P release
-
Releasing the Deployment to the Central Repository
- mvn nexus-staging:release -Prelease
- mvn versions:set -DnewVersion=1.2.3-SNAPSHOT