Silence javadoc by default
[yangtools.git] / model / rfc6241-model-api / pom.xml
index fe9f84c2f11ce0459a81bf4a2623bcbfdb60e979..9bcc951c388721192a03f587e24e99548716f865 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC6241 extensions for unbound metadata</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>