Silence javadoc by default
[yangtools.git] / data / yang-data-tree-ri / pom.xml
index 8bc1bad75c9cd72b58bf421ef62ca927ee3dfc38..02ec38be6f813403cd47d1cf42c260a0669d46b7 100644 (file)
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>