diff --git a/deploy/publish.sh b/deploy/publish.sh index edb0cf40..1599f32e 100755 --- a/deploy/publish.sh +++ b/deploy/publish.sh @@ -3,6 +3,6 @@ echo $GPG_DIR echo "-----------------------------------" if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then - mvn clean deploy -Dmaven.test.skip=true --settings $GPG_DIR/settings.xml -Dci=true + mvn clean deploy -Dmaven.test.skip=true -X --settings $GPG_DIR/settings.xml -Dci=true exit $? fi