Silence javadoc by default
[yangtools.git] / parser / yang-test-util / pom.xml
index ea0f9f78a07c89518734af0a51022111a9f56148..6baad97544a0126fda175818a5ab64de41b5b89d 100644 (file)
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>