Skip to content
loopasam edited this page Mar 7, 2014 · 8 revisions

Release the snapshot mvn clean deploy

Prepare the jar with dependencies mvn assembly:assembly copy-paste the file into the github-pages branches (jar folder) update link

commit

Release procedure mvn release:clean

mvn release:prepare

mvn release:perform

sign on: https://oss.sonatype.org/index.html --> Staging repositories --> close

mvn clean

commit

update wiki

update gh-pages

Download java doc from Nexus OSS Put it in javadoc folder on the gh-pages

update reference on the web page to the jar with dependencies

To sign the gpg build: -Dgpg.passphrase=yourpassphrase (https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven)

Clone this wiki locally