Silence javadoc by default
[yangtools.git] / model / yang-model-ri / pom.xml
index f37e131a9a892e9ba0bc8415a5269c4d1f65e60c..8203068cf458ef126f73e483fa0dcf62ab769115 100644 (file)
     <name>${project.artifactId}</name>
     <description>Reference Implementation of yang.model.api</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>