Skip to content
fgsms edited this page Nov 10, 2017 · 1 revision

you'll need a GPG key and a sonatype oss username/password (setup in settings.xml of your ~/.m2 folder)

Testing

mvn clean install Start tomcat and run the smoke tests

cd fgsms-server/fgsms.tomcat/target/tomcat/apache-tomcat-7.0.75/bin catalina run & cd ../../../../../ cd fgsms-tests mvn clean install echo stop tomcat cd .. Prepare and release

mvn release:prepare -Pfgsms-release mvn release:perform -Pfgsms-release Rolling back...

mvn release:rollback -Pfgsms-release then manually delete the tag using git or source tree

Post build tasks

Sign into sonatype and close the staging repo, then click release

Check out the release tag then (with JDK7)

mvn site mvn site:stage

Then commit the contents of ./target/staging to https://github.com/mil-oss/fgsms-site

Clone this wiki locally