TSK-1415: released all common modules to maven central

So that the adapter can use them
This commit is contained in:
Mustapha Zorgati 2020-10-19 09:16:03 +02:00
parent 640ffb3a7e
commit 85c84458e6
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,7 @@ jobs:
script: |
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 \
-pl !:taskana-common-data,!:taskana-common-test,\
!:taskana-cdi-example,!:taskana-spring-example,\
-pl !:taskana-cdi-example,!:taskana-spring-example,\
!:taskana-rest-spring-example-common,!:taskana-rest-spring-example-boot,!:taskana-rest-spring-example-wildfly
before_cache: rm -rf "$HOME/.m2/repository/pro/taskana"
# travis_terminate is necessary since after_success is a job phase which can change the build result.