TSK-1415: released all common modules to maven central
So that the adapter can use them
This commit is contained in:
parent
640ffb3a7e
commit
85c84458e6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue