TSK-925: added taskana-history as a child to taskana-parent
This commit is contained in:
parent
64e4b06681
commit
37f8e56603
|
@ -97,10 +97,8 @@ matrix:
|
|||
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-spring-example,!:taskana-cdi-example,\
|
||||
!:taskana-rest-spring-example,!:taskana-rest-spring-wildfly-example \
|
||||
&& mvn deploy -f history --settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \
|
||||
-P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
|
||||
-pl !:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
|
||||
!:taskana-rest-spring-example,!:taskana-rest-spring-test,!:taskana-rest-spring-wildfly-example,\
|
||||
!:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
|
||||
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
|
||||
after_success: ci/change_version.sh -i -m . && ci/commitPoms.sh
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue