Silence javadoc by default
[yangtools.git] / codec / yang-data-codec-xml / pom.xml
index 1186a73654a154eeefe8e4dbd9b03df474e6fe01..ffa2ce64fcc6d61b0b51112c0d75b38fb15d44be 100644 (file)
     <name>${project.artifactId}</name>
     <description>XML (RFC7950) encoding for NormalizedNodes</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>