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 @@ -23,10 +23,10 @@ mvn -B versions:set -DnewVersion=$POM_VERSION -DgenerateBackupPoms=false
23
23
echo conditional MAVEN_CENTRAL
24
24
if tr_isSetAndNotFalse MAVEN_CENTRAL; then
25
25
if [ " $TRAVIS_BRANCH " = " master" ]; then
26
- mvn clean deploy --settings $TRAVIS /settings.xml -B -U -DreleaseSonatype=true
26
+ mvn clean deploy --settings $TRAVIS /settings.xml -B -U -Dmaven.test.skip - DreleaseSonatype=true
27
27
else
28
- mvn clean install --settings $TRAVIS /settings.xml -B -U -Prelease
28
+ mvn clean install --settings $TRAVIS /settings.xml -B -U -Dmaven.test.skip - Prelease
29
29
fi
30
30
else
31
- mvn clean install --settings $TRAVIS /settings.xml -B -U -Prelease
31
+ mvn clean install --settings $TRAVIS /settings.xml -B -U -Dmaven.test.skip - Prelease
32
32
fi
You can’t perform that action at this time.
0 commit comments