diff --git a/.travis.yml b/.travis.yml
index 224c0c43e..be33c53c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
diff --git a/pom.xml b/pom.xml
index 8c643708c..24a8c7e68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,8 @@
lib
rest
-
+
+ history