You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2018/03/12 11:54:35 UTC

[2/5] drill git commit: DRILL-4547: Disabling doclint.

DRILL-4547: Disabling doclint.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/035010c1
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/035010c1
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/035010c1

Branch: refs/heads/master
Commit: 035010c1781b480ee2ee2d33209103e902eb0ccf
Parents: dbc95a6
Author: dvjyothsna <jy...@gmail.com>
Authored: Thu Mar 8 10:14:34 2018 -0800
Committer: Parth Chandra <pa...@apache.org>
Committed: Sun Mar 11 11:31:41 2018 +0530

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/035010c1/pom.xml
----------------------------------------------------------------------
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>