Remove redundant Maven profiles with project structure (modules)

(cherry picked from commit 4d04559a26)
This commit is contained in:
alandavis
2021-05-05 21:09:56 +01:00
parent 07d0878f88
commit 669e4db5a4
2 changed files with 8 additions and 30 deletions

View File

@@ -12,8 +12,8 @@ git config user.email "${GIT_EMAIL}"
# Run the release plugin - with "[skip ci]" in the release commit message
mvn -B \
-PfullBuild,all-tas-tests \
"-Darguments=-Prelease,fullBuild,all-tas-tests -DskipTests -Dbuild-number=${TRAVIS_BUILD_NUMBER}" \
-Pall-tas-tests \
"-Darguments=-Prelease,all-tas-tests -DskipTests -Dbuild-number=${TRAVIS_BUILD_NUMBER}" \
release:clean release:prepare release:perform \
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
-Dusername="${GIT_USERNAME}" \