Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scripts/cd/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/scripts/ci/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down