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.
skip-webui-build
javadoc:aggregate
1 parent 1189026 commit 8e1e7c9Copy full SHA for 8e1e7c9
tools/ci/compile.sh
@@ -86,7 +86,7 @@ javadoc_output=/tmp/javadoc.out
86
# use the same invocation as .github/workflows/docs.sh
87
$MVN javadoc:aggregate -DadditionalJOption='-Xdoclint:none' \
88
-Dmaven.javadoc.failOnError=false -Dcheckstyle.skip=true -Denforcer.skip=true -Dspotless.skip=true -Drat.skip=true \
89
- -Dheader=someTestHeader > ${javadoc_output}
+ -Dheader=someTestHeader -Pskip-webui-build > ${javadoc_output}
90
EXIT_CODE=$?
91
if [ $EXIT_CODE != 0 ] ; then
92
echo "ERROR in Javadocs. Printing full output:"
0 commit comments