Skip to content

Commit

Permalink
DRILL-4547: Disabling doclint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjyothsna authored and parthchandra committed Mar 11, 2018
1 parent dbc95a6 commit 035010c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 035010c

Please sign in to comment.