Silence maven-javadoc-plugin
[mdsal.git] / entityownership / mdsal-eos-dom-api / pom.xml
index 9418eedc764502d4e99fe7f9769224fc0edb83d9..4f1d0899061d171d31f0ebaa6b1c8757c6c44739 100644 (file)
     <artifactId>mdsal-eos-dom-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
@@ -44,6 +49,7 @@
             <artifactId>yang-data-api</artifactId>
         </dependency>
     </dependencies>
+
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>