File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ before_install:
14
14
- ' nvm install ${NODE_VERSION} && nvm use ${NODE_VERSION}'
15
15
- ' npm install -g yarn'
16
16
17
- script : ./mvnw clean verify ${TRAVIS_TAG+-Drevision=${TRAVIS_TAG}}
17
+ script : ./mvnw clean verify ${TRAVIS_TAG: +-Drevision=${TRAVIS_TAG}}
18
18
19
19
after_success :
20
20
- ./mvnw jacoco:report coveralls:report
21
21
- " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-snapshots -DskipTests --settings deploy-settings.xml"
22
- - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-staging -DskipTests --settings deploy-settings.xml"
22
+ - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-staging -DskipTests -Drevision=${TRAVIS_TAG} - -settings deploy-settings.xml"
You can’t perform that action at this time.
0 commit comments