Issue #5942 - Disable javadoc module as it breaks the jenkins build.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-01-27 18:11:26 -06:00
parent 95797039bb
commit bf90ce2435
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 4 additions and 0 deletions

View File

@ -1319,9 +1319,11 @@
</profile>
<profile>
<id>eclipse-release</id>
<!-- Disabled Temporarily: see Issue #5942
<modules>
<module>javadoc</module>
</modules>
-->
<build>
<plugins>
<plugin>
@ -1394,9 +1396,11 @@
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.onlyAnalyze>org.eclipse.jetty.*</spotbugs.onlyAnalyze>
</properties>
<!-- Disabled Temporarily: see Issue #5942
<modules>
<module>javadoc</module>
</modules>
-->
<build>
<pluginManagement>
<plugins>