Silence maven-javadoc-plugin
[mdsal.git] / netty / mdsal-rfc8294-netty / pom.xml
index 8e74d8def5a0acef273ed8aefe997d5d7ff73772..2bf7e49ce1444c59144f7123f6d05acd4094ed1e 100644 (file)
 
     <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>
 
     <artifactId>mdsal-rfc8294-netty</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>io.netty</groupId>