Releasing - krenfro/fannj GitHub Wiki
The build artifacts are hosted in the Sonatype OSS maven repository. Releases are mirrored to the Maven central repository.
Some notes to myself on how to get this thing published:
mvn deploy
mvn release:prepare [email protected] -Dpassword=xxxxxxx -Darguments=-Dgpg.passphrase=xxxxxx
mvn release:perform [email protected] -Dpassword=xxxxxxx -Darguments=-Dgpg.passphrase=xxxxxx
somewhat helpful links
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven
http://theholyjava.wordpress.com/2010/02/07/releasing-a-project-to-maven-centr/