Skip to content

Commit 37f8e56

Browse files
TSK-925: added taskana-history as a child to taskana-parent
1 parent 64e4b06 commit 37f8e56

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ matrix:
9797
script: |
9898
mvn deploy -T 4C -P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
9999
--settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip -pl !:taskana-spring-example,!:taskana-cdi-example,\
100-
!:taskana-rest-spring-example,!:taskana-rest-spring-wildfly-example \
101-
&& mvn deploy -f history --settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip \
102-
-P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
103-
-pl !:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
100+
!:taskana-rest-spring-example,!:taskana-rest-spring-test,!:taskana-rest-spring-wildfly-example,\
101+
!:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
104102
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
105103
after_success: ci/change_version.sh -i -m . && ci/commitPoms.sh
106104
deploy:

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<modules>
1414
<module>lib</module>
1515
<module>rest</module>
16-
<!-- History is an optional module. Thus not a child of the taskana parent. -->
16+
<!-- History is an optional module. -->
17+
<module>history</module>
1718
</modules>
1819

1920
<properties>

0 commit comments

Comments
 (0)