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.
1 parent 78e4d0b commit cfd3460Copy full SHA for cfd3460
deploy_to_sonatype.sh
@@ -15,7 +15,7 @@ if [[ "${TRAVIS_BRANCH}" == 'master' ]] ; then
15
</settings>'
16
echo ${MVNSETTINGS} > ./target/maven-settings.xml
17
echo "Attempting to deploy snapshot"
18
- mvn deploy -s ./target/maven-settings.xml
+ mvn deploy -s ./target/maven-settings.xml -DskipTests
19
else
20
echo "Not on master, skipping snapshot deployment"
21
fi
0 commit comments