Remove AbstractRaftActorBehavior#findClientRequestTracker()
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 28757fd255bf8c064e59ea94739e8566ad9e279e..36667a546e11e1ba2586bc06dc76f8e823f37f34 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
   </scm>
+
+  <profiles>
+    <!-- Turn off doclint on aggregated API javadoc build. -->
+    <profile>
+      <id>jdk8</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <additionalparam>-Xdoclint:none</additionalparam>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>