LENS-341 : Suppress javadoc errors for java8 build (Raju Bairishetti via amareshwari)
Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/70e4b922 Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/70e4b922 Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/70e4b922 Branch: refs/heads/current-release-line Commit: 70e4b92231c39e87eff358d42c8493dded987a7a Parents: fa83c48 Author: Raju Bairishetti <[email protected]> Authored: Wed Jun 3 15:51:42 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Wed Jun 3 15:51:42 2015 +0530 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/70e4b922/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9a3969..fb9df7c 100644 --- a/pom.xml +++ b/pom.xml @@ -324,6 +324,9 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>${javadoc.plugin.version}</version> <inherited>false</inherited> + <configuration> + <additionalparam>-Xdoclint:none</additionalparam> + </configuration> <reportSets> <reportSet> <id>aggregate</id>
