aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordvjyothsna <jyothsna.dvj@gmail.com>2018-03-08 10:14:34 -0800
committerParth Chandra <parthc@apache.org>2018-03-11 11:31:41 +0530
commit035010c1781b480ee2ee2d33209103e902eb0ccf (patch)
treead194b94a3c9fb5f260810783926d98c10f38d11 /pom.xml
parentdbc95a659c3325e263340f3ec2b913a048163671 (diff)
DRILL-4547: Disabling doclint.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bda71d7cc..61ac3d31b 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>