Remove redundant Maven profiles with project structure (modules)

This commit is contained in:
Cezar.Leahu
2021-04-28 00:17:07 +03:00
parent ed625a89af
commit 4d04559a26
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}" \