TSK-1408: Release taskana-common in maven central

This commit is contained in:
Joerg Heffner 2020-10-12 15:12:08 +02:00 committed by gitgoodjhe
parent 427ff366c3
commit 49c0751e8b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
script: | script: |
mvn deploy -T 4C -P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \ mvn deploy -T 4C -P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
--settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \ --settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \
-pl !:taskana-common-parent,!:taskana-common,!:taskana-common-data,!:taskana-common-test,\ -pl !:taskana-common-data,!:taskana-common-test,\
!:taskana-cdi-example,!:taskana-spring-example,\ !:taskana-cdi-example,!:taskana-spring-example,\
!:taskana-rest-spring-example-common,!:taskana-rest-spring-example-boot,!:taskana-rest-spring-example-wildfly !:taskana-rest-spring-example-common,!:taskana-rest-spring-example-boot,!:taskana-rest-spring-example-wildfly
before_cache: rm -rf "$HOME/.m2/repository/pro/taskana" before_cache: rm -rf "$HOME/.m2/repository/pro/taskana"