Silence javadoc by default
[yangtools.git] / model / yang-model-api / pom.xml
index b6e88ca360022a35d82d8eaa3c201dc1ef90eb78..1388ecc11aa335dc8c0f7e5e0bf73b39aef09928 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG language object model and related interfaces</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>