...
No Format |
---|
mvn release:prepare -Peverything,jaxws22 mvn release:perform -Peverything,jaxws22 |
Warning |
---|
If you are performing the release on a Mac, it is advisable to add -DpushChanges=false to the "release:prepare" step above. The version of git that Apple ships with some versions of OSX has problems pushing the changes in quick succession from the release plugin and can become corrupt. Having the release plugin NOT push the changes and then running "git push -tags origin master" works around that problem. |
...