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