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