Silence javadoc by default
[yangtools.git] / parser / rfc6536-parser-support / pom.xml
index 1cabd8e2c659e685e5848281161f884eaa5fb6c8..83e1ad1ba32996ed253b1f956a1b0a9fe7583130 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC6536 parser support</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>