Issue #5924 - Enable javadoc module again
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
fb4ecf09e9
commit
f2fe26ffcd
4
pom.xml
4
pom.xml
|
@ -1319,11 +1319,9 @@
|
|||
</profile>
|
||||
<profile>
|
||||
<id>eclipse-release</id>
|
||||
<!-- Disabled Temporarily: see Issue #5942
|
||||
<modules>
|
||||
<module>javadoc</module>
|
||||
</modules>
|
||||
-->
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -1396,11 +1394,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue