offline building of site deploy to improve performance.
[utils] / release.sh
1 mvn clean release:clean
2 mvn release:prepare
3 mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx"
4
5 # verify publication on oss.sonottype.org
6 # close and release the repo
7
8 # if ok, push local changes.
9 git push
10 git push --tags
11
12 # Update the release in JIRA to the status Released and create a new release.
13
14 # update src/site/xdoc/news.xml with new release info from JIRA
15
16
17