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