Silence javadoc by default
[yangtools.git] / tools / yang-model-validator / pom.xml
index 9f8f1fde626020d187c2be61c5bc8653cbd3c72a..f9ee8c0f54bf31345c13fc91c26dce50107eb57f 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>