Skip to content

Commit

Permalink
Issue #5942 - Disable javadoc module as it breaks the jenkins build.
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Jan 28, 2021
1 parent 9579703 commit bf90ce2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -1319,9 +1319,11 @@
</profile>
<profile>
<id>eclipse-release</id>
<!-- Disabled Temporarily: see Issue #5942
<modules>
<module>javadoc</module>
</modules>
-->
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bf90ce2

Please sign in to comment.