Silence javadoc by default
[yangtools.git] / data / yang-data-tree-api / pom.xml
index 6f60777b8896bd97303f5039e3ab1ca5dd674a15..5264a03c175611ba65cf32cea9ddac817dbc07f5 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.github.spotbugs</groupId>