File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ check_tag_for_rc
5050
5151mvn -P release -Darguments=-DskipTests release:prepare release:perform $MVN_RELEASE_VERSION $MVN_NEXT_VERSION -DautoVersionSubmodules=true -DscmCommentPrefix=" $TRAVIS_COMMIT_MESSAGE [skip ci] " -B -V -s travis-settings.xml || exit 126
5252
53- mvn clean
53+ mvn -B -q clean
5454
5555if [ -z " $NEW_RC_VERSION " ]; then
5656 commit_to_develop
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ latest=$(curl "https://oss.sonatype.org/service/local/repositories/releases/cont
1414
1515echo Downloading latest version $latest of codacy reporter from sonatype
1616# download latest assembly jar
17- mvn dependency:get dependency:copy \
17+ mvn -B -q dependency:get dependency:copy \
1818 -DoutputDirectory=$HOME \
1919 -DoutputAbsoluteArtifactFilename=true \
2020 -Dmdep.stripVersion=true \
You can’t perform that action at this time.
0 commit comments