Silence javadoc by default
[yangtools.git] / docs / pom.xml
index 2492f22461467255fa85b61e03224dad287bca63..d6ae966f1eca2036ac0354fcacbf15a62030ec00 100644 (file)
     <name>${project.artifactId}</name>
     <description>YANG Tools documentation</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>