Clean up more Sonar warnings
[yangtools.git] / common / yang-common / pom.xml
index 622f4893ed8b92bb4a6adf45ded77b133710989a..3c78c24c5e181a0c66efe87c21ce5cfe199add11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.1-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>Common YANG definitions</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>