Silence javadoc by default
[yangtools.git] / model / rfc8639-model-api / pom.xml
index 958cf993e0a01ce54875837e38f7b24968740b41..dafdcc29ebaf5f2b2ae62ea16c47680c667e2cb9 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC8639 model API</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>