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