Silence javadoc by default
[yangtools.git] / codec / yang-data-codec-gson / pom.xml
index eb8822f43fc01bdfde6fc9b3271265ed9fac91dd..6b019deb985f74e070609f52afd23ad101f678ae 100644 (file)
     <name>${project.artifactId}</name>
     <description>JSON (RFC7951) encoding for NormalizedNodes</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>