DRILL-4547: Disabling doclint.
diff --git a/pom.xml b/pom.xml
index bda71d7..61ac3d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1213,6 +1213,12 @@
       <!-- this profile adds/overrides few features of the 'apache-release'
         profile in the parent pom. -->
       <id>apache-release</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+      <properties>
+        <additionalparam>-Xdoclint:none</additionalparam>
+      </properties>
       <build>
         <plugins>
           <plugin>