From 45ef998264ce2a2cb602da0c1054d72678a1aa83 Mon Sep 17 00:00:00 2001 From: Benjamin Eckstein <13351939+benjamineckstein@users.noreply.github.com> Date: Wed, 4 Dec 2019 16:19:23 +0100 Subject: [PATCH] HOTFIX: repair build pipeline after module rest-spring test was merged --- .travis.yml | 6 +++--- rest/taskana-rest-spring-example-boot/pom.xml | 2 +- rest/taskana-rest-spring-example-wildfly/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 705334a87..21355ae33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,14 +90,14 @@ matrix: install: ci/change_version.sh -m . && ( cd web && npm install --silent ) && ( cd web && npm run build:prod-silent ) - && mvn -q install -T 4C -am -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring-test - && mvn -q prepare-package -pl :taskana-rest-spring-test + && mvn -q install -T 4C -am -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring + && mvn -q prepare-package -pl :taskana-rest-spring && mvn -q install -f history -T 4C -am -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -pl :taskana-simplehistory-rest-spring-example && mvn -q install -P history.plugin -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring-example-boot 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-boot,!:taskana-rest-spring-test,!:taskana-rest-spring-example-wildfly,\ + !:taskana-rest-spring-example-boot,!:taskana-rest-spring-example-wildfly,\ !: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 diff --git a/rest/taskana-rest-spring-example-boot/pom.xml b/rest/taskana-rest-spring-example-boot/pom.xml index bb594a830..c3b6c812f 100644 --- a/rest/taskana-rest-spring-example-boot/pom.xml +++ b/rest/taskana-rest-spring-example-boot/pom.xml @@ -146,7 +146,7 @@ - ../taskana-rest-spring-test/target/generated-docs + ../taskana-rest-spring/target/generated-docs diff --git a/rest/taskana-rest-spring-example-wildfly/pom.xml b/rest/taskana-rest-spring-example-wildfly/pom.xml index 666ac8015..5671feecb 100644 --- a/rest/taskana-rest-spring-example-wildfly/pom.xml +++ b/rest/taskana-rest-spring-example-wildfly/pom.xml @@ -334,7 +334,7 @@ - ../taskana-rest-spring-test/target/generated-docs + ../taskana-rest-spring/target/generated-docs