This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new d123771 Fixes problem with building on Java 8 after upgrading to the latest apache parent pom d123771 is described below commit d123771433677eb8069ccc8e0ffac603eefa1957 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Sep 27 07:22:46 2018 +0200 Fixes problem with building on Java 8 after upgrading to the latest apache parent pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dbae089..a91510f 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <additionalparam>-Xdoclint:none</additionalparam> + <doclint>none</doclint> </configuration> </plugin> </plugins>