From dfc617cca9f4d201aaed239d33c50177e8757389 Mon Sep 17 00:00:00 2001 From: io-scalecube-ci Date: Mon, 28 Oct 2019 10:03:27 +0000 Subject: [PATCH] + script files --- src/main/scripts/cd/release.sh | 2 +- src/main/scripts/ci/before-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/scripts/cd/release.sh b/src/main/scripts/cd/release.sh index c37f21c..9f3eb77 100755 --- a/src/main/scripts/cd/release.sh +++ b/src/main/scripts/cd/release.sh @@ -50,7 +50,7 @@ check_tag_for_rc mvn -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 -mvn clean +mvn -B -q clean if [ -z "$NEW_RC_VERSION" ]; then commit_to_develop diff --git a/src/main/scripts/ci/before-install.sh b/src/main/scripts/ci/before-install.sh index d0fe433..49f7a9d 100755 --- a/src/main/scripts/ci/before-install.sh +++ b/src/main/scripts/ci/before-install.sh @@ -14,7 +14,7 @@ latest=$(curl "https://oss.sonatype.org/service/local/repositories/releases/cont echo Downloading latest version $latest of codacy reporter from sonatype # download latest assembly jar -mvn dependency:get dependency:copy \ +mvn -B -q dependency:get dependency:copy \ -DoutputDirectory=$HOME \ -DoutputAbsoluteArtifactFilename=true \ -Dmdep.stripVersion=true \