Revert "LENS-493 : Suppress javadoc errors for java8 build (Raju Bairishetti via amareshwari)"
This reverts commit 70e4b92231c39e87eff358d42c8493dded987a7a. Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/d089ce2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/d089ce2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/d089ce2e Branch: refs/heads/current-release-line Commit: d089ce2e3546c99ffb1dd1517ea8f37cf02e1d33 Parents: b33e6e1 Author: Amareshwari Sriramadasu <[email protected]> Authored: Wed Jun 17 10:19:37 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Wed Jun 17 10:19:37 2015 +0530 ---------------------------------------------------------------------- pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d089ce2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6335ca5..067f9b4 100644 --- a/pom.xml +++ b/pom.xml @@ -334,9 +334,6 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>${javadoc.plugin.version}</version> <inherited>false</inherited> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> <reportSets> <reportSet> <id>aggregate</id>
