Silence javadoc by default
[yangtools.git] / xpath / yang-xpath-impl / pom.xml
index 5a76ec3cbb20403ecc6b13a62d71a38be2c229ac..fa73acac0d9a5f4133f10694572b3d82587a54f5 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>