You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/06/13 08:05:10 UTC

[struts] 01/02: Uses proper plugin attribute to disable doclint

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 87a18db15f43cad7b7d5055bd7ef08bfe4358bd7
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jun 13 10:01:22 2023 +0200

    Uses proper plugin attribute to disable doclint
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 011f67ebc..adb2f4ec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-javadoc-plugin</artifactId>
                             <configuration>
-                                <additionalparam>-Xdoclint:none</additionalparam>
+                                <additionalJOption>-Xdoclint:none</additionalJOption>
                             </configuration>
                         </plugin>
                     </plugins>