Silence javadoc by default
[yangtools.git] / model / odlext-model-api / pom.xml
index f81484a8f1a971f25d0eb04bc4bf1c684bfc3862..1294cf3c0fc353b2ad9399ed9a260f11c5d71c6a 100644 (file)
     <name>${project.artifactId}</name>
     <description>OpenDaylight yang-ext metamodel</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>