-
Notifications
You must be signed in to change notification settings - Fork 1
Release Procedure
Joey Coleman edited this page Feb 12, 2015
·
4 revisions
- You need a login to access oss.sonatype.org; get it from their jira tracker
- Then you need to setup your settings.xml correctly, with those login details
- Then it's just a matter of doing
mvn deploy
First, check the Overture release process guide at https://github.com/overturetool/overture/wiki/Release-Process for links to the Sonatype guides and ensure you're setup with respect to that. An actual release comes down to:
mvn release:clean
mvn release:prepare
mvn release:perform
And following a successful run of those steps, you much log into http://oss.sonatype.org/ and close then release the staging repository that will have been created.