-
-
Notifications
You must be signed in to change notification settings - Fork 301
Home
kenglxn edited this page Nov 6, 2014
·
9 revisions
=Performing the release!=
NB: must be done from command line due to gpg problem in idea
# prepare the release
mvn versions:set -DnewVersion=X.X -s ~/.m2/settings-sonatype.xml -Psonatype-oss-release
# perform the release
mvn clean deploy -s ~/.m2/settings-sonatype.xml -Psonatype-oss-release
- http://central.sonatype.org/pages/ossrh-guide.html
- http://central.sonatype.org/pages/apache-maven.html
NB: Do not use maven release plugin!