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