Silence javadoc by default
[yangtools.git] / common / util / pom.xml
index a82701142afe45e1e91867c2ab0295738fbe2850..8ca9a5d568d3623cb6665d057cb370796ef64f06 100644 (file)
     <name>${project.artifactId}</name>
     <description>Common utilities</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>