Silence javadoc by default
[yangtools.git] / plugin / plugin-generator-api / pom.xml
index c440a6d53f02682f1b477596a4a9c396efa89eb4..d1a5e75956b7deee81950161b4d21cc2c3f6864a 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG Generator Plugin API</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>