Silence javadoc by default
[yangtools.git] / parser / yang-parser-spi / pom.xml
index 42640e35c32bd524992d5ad37189977500081b09..88f47aa14f2375e7e8d48a540587288092481b89 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG parser SPI</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>