exclude missing jdoc warnings
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/jaxb-ri/bundles/pom.xml b/jaxb-ri/bundles/pom.xml
index 3bf1d28..37ccdf1 100644
--- a/jaxb-ri/bundles/pom.xml
+++ b/jaxb-ri/bundles/pom.xml
@@ -42,16 +42,4 @@
<module>osgi</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <!-- this was already reported -->
- <doclint>-missing</doclint>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/jaxb-ri/codemodel/codemodel/pom.xml b/jaxb-ri/codemodel/codemodel/pom.xml
index 3d85141..83a9309 100644
--- a/jaxb-ri/codemodel/codemodel/pom.xml
+++ b/jaxb-ri/codemodel/codemodel/pom.xml
@@ -28,6 +28,8 @@
<properties>
<spotbugs.exclude>${project.basedir}/exclude-codemodel.xml</spotbugs.exclude>
+ <!-- too many to fix -->
+ <jdoc.doclint>-missing</jdoc.doclint>
</properties>
<dependencies>
diff --git a/jaxb-ri/codemodel/pom.xml b/jaxb-ri/codemodel/pom.xml
index 0d9ee72..ae726e8 100644
--- a/jaxb-ri/codemodel/pom.xml
+++ b/jaxb-ri/codemodel/pom.xml
@@ -64,6 +64,7 @@
<upper.java.level>9</upper.java.level>
<base.java.level>8</base.java.level>
+ <jdoc.doclint>all</jdoc.doclint>
</properties>
<modules>
@@ -121,6 +122,7 @@
</archive>
<release>11</release>
<notimestamp>true</notimestamp>
+ <doclint>${jdoc.doclint}</doclint>
</configuration>
</plugin>
<plugin>
@@ -156,7 +158,6 @@
<configuration>
<skip>${spotbugs.skip}</skip>
<threshold>${spotbugs.threshold}</threshold>
- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<excludeFilterFile>
${spotbugs.exclude}
</excludeFilterFile>
diff --git a/jaxb-ri/external/pom.xml b/jaxb-ri/external/pom.xml
index 377d915..9b5f451 100644
--- a/jaxb-ri/external/pom.xml
+++ b/jaxb-ri/external/pom.xml
@@ -145,6 +145,8 @@
</archive>
<release>11</release>
<notimestamp>true</notimestamp>
+ <!-- too many to fix -->
+ <doclint>-missing</doclint>
</configuration>
</plugin>
<plugin>
@@ -180,7 +182,6 @@
<configuration>
<skip>${spotbugs.skip}</skip>
<threshold>${spotbugs.threshold}</threshold>
- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<excludeFilterFile>
${spotbugs.exclude}
</excludeFilterFile>
diff --git a/jaxb-ri/jxc/pom.xml b/jaxb-ri/jxc/pom.xml
index e03496d..ad70986 100644
--- a/jaxb-ri/jxc/pom.xml
+++ b/jaxb-ri/jxc/pom.xml
@@ -41,6 +41,7 @@
--module-path "${module.path}"
-Djdk.attach.allowAttachSelf
</argLine>
+ <jdoc.doclint>all</jdoc.doclint>
</properties>
<dependencies>
diff --git a/jaxb-ri/pom.xml b/jaxb-ri/pom.xml
index 388dd4e..4b4be0f 100644
--- a/jaxb-ri/pom.xml
+++ b/jaxb-ri/pom.xml
@@ -98,6 +98,8 @@
<oss.disallow.snapshots>true</oss.disallow.snapshots>
<vendor.name>Eclipse Foundation</vendor.name>
<vendor.id>org.eclipse</vendor.id>
+ <!-- too many to fix -->
+ <jdoc.doclint>-missing</jdoc.doclint>
</properties>
<dependencyManagement>
@@ -243,6 +245,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<configuration>
+ <doclint>${jdoc.doclint}</doclint>
<archive>
<manifest>
<addDefaultEntries>false</addDefaultEntries>
diff --git a/jaxb-ri/txw/runtime/pom.xml b/jaxb-ri/txw/runtime/pom.xml
index ffa161d..2a412f1 100644
--- a/jaxb-ri/txw/runtime/pom.xml
+++ b/jaxb-ri/txw/runtime/pom.xml
@@ -33,6 +33,7 @@
<properties>
<spotbugs.exclude>${project.basedir}/exclude-txw-runtime.xml</spotbugs.exclude>
+ <doclint>all</doclint>
</properties>
<build>
diff --git a/jaxb-ri/xsom/pom.xml b/jaxb-ri/xsom/pom.xml
index 2a04440..7f5615a 100644
--- a/jaxb-ri/xsom/pom.xml
+++ b/jaxb-ri/xsom/pom.xml
@@ -136,6 +136,8 @@
</archive>
<release>11</release>
<notimestamp>true</notimestamp>
+ <!-- too many to fix -->
+ <doclint>-missing</doclint>
</configuration>
</plugin>
<plugin>
@@ -179,7 +181,6 @@
<configuration>
<skip>${spotbugs.skip}</skip>
<threshold>${spotbugs.threshold}</threshold>
- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<excludeFilterFile>
${spotbugs.exclude}
</excludeFilterFile>