Silence maven-javadoc-plugin
[mdsal.git] / binding / binding-parent / pom.xml
index 7b87af3f6f5d030c316333a6c3fb7ae6af094e00..7652979b9e000926493720f05a3211f28723c410 100644 (file)
@@ -11,9 +11,9 @@
 
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
+        <artifactId>bundle-parent</artifactId>
         <version>13.0.0-SNAPSHOT</version>
-        <relativePath>../../dom/dom-parent</relativePath>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -22,6 +22,8 @@
 
     <properties>
         <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-</spotbugs.onlyAnalyze>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
     </properties>
 
     <build>