We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76bf376 + 7af8180 commit a1059d8Copy full SHA for a1059d8
utilities/after_success.sh
@@ -30,7 +30,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
30
31
cd ..
32
utilities/update_docs_version.sh # Update version in READMEs
33
- mvn deploy --settings target/travis/settings.xml -P sign-deploy
+ mvn deploy -DskipTests=true --settings target/travis/settings.xml -P sign-deploy
34
else
35
mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml
36
fi
0 commit comments