Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #284 from sjardine/master
Browse files Browse the repository at this point in the history
Use the deploy profile for snapshot auto deploy.
  • Loading branch information
sjardine committed Feb 24, 2016
2 parents fdaf3db + 2a0e58e commit fba6887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utility/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -ev
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
echo "<settings><servers><server><id>ossrh</id><username>\${env.OSSRH_USER}</username><password>\${env.OSSRH_PASS}</password></server></servers></settings>" > ~/settings.xml
mvn deploy -Prelease --settings ~/settings.xml
mvn deploy -Pdeploy --settings ~/settings.xml
fi

0 comments on commit fba6887

Please sign in to comment.