This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch WAYANG-211 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 8813ede3319c013a4e570f7a488fd363e234f5f9 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Tue Jun 14 16:16:14 2022 +0200 [POM] update pom.xml Signed-off-by: bertty <[email protected]> --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4dedf81..36ab3ede 100644 --- a/pom.xml +++ b/pom.xml @@ -1109,7 +1109,8 @@ <configuration> <detectLinks>false</detectLinks> <detectJavaApiLink>true</detectJavaApiLink> - <additionalparam>-Xdoclint:none</additionalparam> + <doclint>none</doclint> +<!-- <additionalparam>-Xdoclint:none</additionalparam>--> </configuration> </plugin>
