Skip to content

Commit

Permalink
build: make auto-generated settings.xml default
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Apr 14, 2014
1 parent 6a0e7f0 commit 0193d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST-false}
if [[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
mvn -q -e -s ~/.m2/settings_deploy.xml -Dskip.coveralls=true -Dskip.tests=true deploy
mvn -q -e -Dskip.coveralls=true -Dskip.tests=true deploy
# TODO: uncomment when site will be ready
# mvn -q -e -s ~/.m2/settings_deploy.xml -Dskip.coveralls=true -Dskip.tests=true site-deploy
fi
2 changes: 1 addition & 1 deletion scripts/prepare_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ echo "
</profile>
</profiles>
</settings>
" > ~/.m2/settings_deploy.xml
" > ~/.m2/settings.xml

0 comments on commit 0193d97

Please sign in to comment.