-
Notifications
You must be signed in to change notification settings - Fork 0
Release procedure
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)
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
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