Silence javadoc by default
[yangtools.git] / data / yang-data-api / pom.xml
index 362c04b14359122126b8efb780e6823e031372e7..44344c171fff5757226f138da1c6ec441545140f 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>