Silence javadoc by default
[yangtools.git] / data / yang-data-spi / pom.xml
index 1dd13bb95c76275522f65115d2defbb4ace933f4..fe2de8cb32fff941d9ba325a8a7aded081da8224 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>