This is an automated email from the ASF dual-hosted git repository. thw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apex-core.git
The following commit(s) were added to refs/heads/master by this push: new 1f5425d APEXCORE-569 : Fixing javadoc errors with jdk8 1f5425d is described below commit 1f5425dc5ac1d3452a3b37db0e4c61485af9c6e1 Author: Ankit Singh Rathore <ankitsinghrathore...@gmail.com> AuthorDate: Tue May 15 11:11:02 2018 +0530 APEXCORE-569 : Fixing javadoc errors with jdk8 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index ac12195..3482d47 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> + <configuration> + <additionalparam>-Xdoclint:none</additionalparam> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> -- To stop receiving notification emails like this one, please contact t...@apache.org.