TSK-1408: Release taskana-common in maven central
This commit is contained in:
parent
427ff366c3
commit
49c0751e8b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue