Silence javadoc by default
[yangtools.git] / yang / yang-repo-fs / pom.xml
index a429d829e664158f6c697cac7383c622bb48011d..41cbc47b70106341a523b81a805505bbbb287c95 100644 (file)
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>