Silence javadoc by default
[yangtools.git] / xpath / yang-xpath-api / pom.xml
index b652daa1012011af0c125c5d326de4493e65e54b..0ab5071f8bc4a77edbadc74eefb70211d01c8e69 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG XPath ${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>