Silence maven-javadoc-plugin
[mdsal.git] / dom / mdsal-dom-inmemory-datastore-benchmark / pom.xml
index f53eee1327b19627e01790f9b0684c70d27eddbf..9895701ae58cf46bb2ebf5661b46f3b41da08197 100644 (file)
@@ -11,9 +11,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.2</version>
-        <relativePath>../dom-parent</relativePath>
+        <artifactId>bundle-parent</artifactId>
+        <version>13.0.0-SNAPSHOT</version>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
@@ -21,6 +21,7 @@
 
     <properties>
         <odlparent.spotbugs.skip>true</odlparent.spotbugs.skip>
+        <doclint>all,-missing</doclint>
     </properties>
 
     <dependencies>