Silence javadoc by default
[yangtools.git] / parser / yang-parser-rfc7950 / pom.xml
index 35a8d9dc8c1075977ce3322fdea8e5331c172212..b5d614e55a3f1c1d451a45b20085b4e9fe0addbd 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC6020/RFC7950 parser support</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>