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: |
|
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 -pl !:taskana-spring-example,!:taskana-cdi-example,\
|
--settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip -pl !:taskana-spring-example,!:taskana-cdi-example,\
|
||||||
!:taskana-rest-spring-example,!:taskana-rest-spring-wildfly-example \
|
!:taskana-rest-spring-example,!:taskana-rest-spring-test,!:taskana-rest-spring-wildfly-example,\
|
||||||
&& mvn deploy -f history --settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \
|
!:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
|
||||||
-P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
|
|
||||||
-pl !:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
|
|
||||||
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
|
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
|
||||||
after_success: ci/change_version.sh -i -m . && ci/commitPoms.sh
|
after_success: ci/change_version.sh -i -m . && ci/commitPoms.sh
|
||||||
deploy:
|
deploy:
|
||||||
|
|
3
pom.xml
3
pom.xml
|
@ -13,7 +13,8 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>lib</module>
|
<module>lib</module>
|
||||||
<module>rest</module>
|
<module>rest</module>
|
||||||
<!-- History is an optional module. Thus not a child of the taskana parent. -->
|
<!-- History is an optional module. -->
|
||||||
|
<module>history</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue