Created
February 2, 2011 22:44
-
-
Save gnodet/808620 to your computer and use it in GitHub Desktop.
Release process ops4j github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > mvn -Prelease,repos.sonatype.staging -Darguments="-Prelease,repos.sonatype.staging" release:prepare | |
| > mvn -Prelease,repos.sonatype.staging -Darguments="-Prelease,repos.sonatype.staging" release:perform | |
| .... auth failure in site:deploy ... | |
| > cd target/checkout | |
| > mvn -Prelease,repos.sonatype.staging source:jar javadoc:jar deploy | |
| > git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment