Wiki

Clone wiki

ca.gc.asc_csa.apogy / Committers

Branch Model

Apogy adopts the branching model defined on http://nvie.com/posts/a-successful-git-branching-model/.

Maven

Command used to initiate a build:

#!shell
mvn clean install (Default)

Bintray

#!shell
cd bundles/ca.gc.asc_csa.apogy.repository
mvn verify -Pdeploy-to-bintray -Dbintray.repo=Releases
#!bintray
curl -TcompositeArtifacts.xml -uapogy:TOKEN https://api.bintray.com/content/apogy/Develop/0.5/compositeArtifacts.xml;publish=1 --user "apogy:<bintray_password>"
curl -uapogy:TOKEN -XDELETE https://api.bintray.com/content/apogy/Develop/0.5/0.5.0.201609261425/artifacts.jar --user "apogy:<bintray_password>"

Updated