HOTFIX: repair build pipeline after module rest-spring test was merged

This commit is contained in:
Benjamin Eckstein 2019-12-04 16:19:23 +01:00 committed by Mustapha Zorgati
parent 7f2457ee1e
commit 45ef998264
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -146,7 +146,7 @@
<resources>
<resource>
<directory>
../taskana-rest-spring-test/target/generated-docs
../taskana-rest-spring/target/generated-docs
</directory>
</resource>
</resources>

View File

@ -334,7 +334,7 @@
<resources>
<resource>
<directory>
../taskana-rest-spring-test/target/generated-docs
../taskana-rest-spring/target/generated-docs
</directory>
</resource>
</resources>