File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- #! /bin/bash -e
1+ #! /bin/bash -ex
22cd ` dirname $0 ` /..
33
44echo TRAVIS_BRANCH=$TRAVIS_BRANCH
1818echo " travis tag is set -> updating pom.xml <version> attribute to $TRAVIS_TAG "
1919./mvnw --batch-mode release:update-versions -DdevelopmentVersion=$TRAVIS_TAG -SNAPSHOT
2020git checkout -b release-$TRAVIS_TAG
21- ./mvnw --batch-mode --settings .travis/settings.xml --no-snapshot-updates -Prelease -DskipTests=true -DreleaseVersion=$TRAVIS_TAG -DcheckModificationExcludeList=pom.xml release:prepare
22- ./mvnw --batch-mode --settings .travis/settings.xml -Prelease clean deploy -DskipTests=true -B -U
21+ ./mvnw --batch-mode --settings .travis/settings.xml --no-snapshot-updates -Prelease -DpushChanges=false - DskipTests=true -DreleaseVersion=$TRAVIS_TAG -DcheckModificationExcludeList=pom.xml release:prepare
22+ ./mvnw --batch-mode --settings .travis/settings.xml -Prelease clean deploy -DpushChanges=false - DskipTests=true -B -U
2323echo " successfully deployed the jars to nexus"
You can’t perform that action at this time.
0 commit comments