This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 2b18e80 Disable Doclint since the Javadoc in the generated code does not comply. 2b18e80 is described below commit 2b18e801cd87e4ba4ef6cebf099938df2ca5f91f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 23 09:43:01 2019 -0400 Disable Doclint since the Javadoc in the generated code does not comply. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index b639bf2..dcac558 100644 --- a/pom.xml +++ b/pom.xml @@ -890,6 +890,8 @@ <links> <link>https://docs.oracle.com/javase/8/docs/api/</link> </links> + <!-- Disable Doclint since the Javadoc in the generated code does not comply. --> + <doclint>none</doclint> </configuration> </reportSet> </reportSets>