Silence javadoc by default
[yangtools.git] / model / rfc8528-model-api / pom.xml
index 4e6bfb1ec39f099761ddc07a6e655a733ddb2c20..426690853948e22e955b6e0ecce26944e66b0987 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC8528 model API</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>