You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2022/06/19 21:27:43 UTC

[incubator-wayang] 02/03: [POM] update pom.xml

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 <be...@databloom.ai>
AuthorDate: Tue Jun 14 16:16:14 2022 +0200

    [POM] update pom.xml
    
    Signed-off-by: bertty <be...@apache.org>
---
 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>