Silence javadoc by default
[yangtools.git] / model / rfc8819-model-api / pom.xml
index 562265eba489d1fc3e2fe65b0c90d553874baf2e..588fd46b0d5aec7315c5b72002d172be1ab5a5d8 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC8819 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>