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