Silence javadoc by default
[yangtools.git] / model / rfc6643-model-api / pom.xml
index f1071b22fbc114dfb4f18bf6ed25240c9a849462..a209b3de771b611d3f88ca58a9aa993a8009d395 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC6643 extensions for SMIv2</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>