Skip to content
Snippets Groups Projects
Commit cbaf0a27 authored by Goik Martin's avatar Goik Martin
Browse files

No exit at project install failure

parent 8d87b3c5
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ doc:
cd Doc;$(MAKE) -j ${numCores} all
all:doc
mvn -T ${numCores} --fail-at-end install || exit 0
mvn -T ${numCores} --fail-at-end install || exit 0
mvn -T ${numCores} --fail-at-end install || echo
mvn -T ${numCores} --fail-at-end install || echo
mvn -T ${numCores} --fail-at-end javadoc:javadoc || exit 0
mkdir -p Doc/target/webhelp/P
cd P; tar c- ${DOCMODULES} | tar -x -C ../Doc/target/webhelp/P
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment