Silence maven-javadoc-plugin
[mdsal.git] / binding / binding-parent / pom.xml
index 1ed2a3b2c5e61176d0912d2da3dfea80e4d6b1d8..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>
@@ -70,7 +72,7 @@
                         <plugin>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>yang-maven-plugin</artifactId>
-                            <version>11.0.5</version>
+                            <version>13.0.0</version>
                             <dependencies>
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>