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 cf4ddb9 commit f6bb4fdCopy full SHA for f6bb4fd
.travis.yml
@@ -21,9 +21,9 @@ env:
21
install: true
22
before_script:
23
- gpg --import arpnetworking.key
24
-- if [ \( -n "${TRAVIS_TAG}" \) -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then export TARGET="deploy -P release"; fi;
+- if [ \( -n "${TRAVIS_TAG}" \) -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then export TARGET="deploy -P release --settings settings.xml"; fi;
25
script:
26
-- curl -s ${JDKW} | bash /dev/stdin ./mvnw clean ${TARGET} --settings settings.xml -P rpm -U
+- curl -s ${JDKW} | bash /dev/stdin ./mvnw clean ${TARGET} -P rpm -U
27
deploy:
28
provider: releases
29
api_key:
0 commit comments