Skip to content

Commit

Permalink
test: Ignore Javadoc errors in regression test script (INRIA#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Oct 12, 2021
1 parent f6abeff commit 1322bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# $ curl http://spoon.gforge.inria.fr/jenkins/build.sh | bash

# Allow to define some options to the maven command, such as debug or memory options
MAVEN_COMMAND="mvn $MVN_OPTS"
MAVEN_COMMAND="mvn $MVN_OPTS -Dmaven.javadoc.skip=true"

echo " "
echo "-------------------------------------------------------"
Expand Down

0 comments on commit 1322bf6

Please sign in to comment.