We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ab7e2 commit a11ae36Copy full SHA for a11ae36
.travis.yml
@@ -90,7 +90,7 @@ matrix:
90
install: ci/change_version.sh -m .
91
&& ( cd web && npm install --silent )
92
&& ( cd web && npm run build:prod-silent )
93
- && mvn -q install -T 4C -am -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring,:taskana-cdi
+ && mvn -q install -T 4C -am -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring-example-boot,:taskana-cdi
94
&& mvn -q prepare-package -pl :taskana-rest-spring
95
&& mvn -q install -f history -T 4C -am -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -pl :taskana-simplehistory-rest-spring-example
96
&& mvn -q install -P history.plugin -DskipTests -Dcheckstyle.skip -pl :taskana-rest-spring-example-boot
0 commit comments