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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2d56a0108 Ignore non-standard comments (#2718)
2d56a0108 is described below

commit 2d56a0108ca8a131fe4de33742a87c9100c924d7
Author: macksonmu <[email protected]>
AuthorDate: Tue May 2 10:58:28 2023 +0800

    Ignore non-standard comments (#2718)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7e1a8409b..372fc054b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -689,6 +689,7 @@
                     <version>${maven-javadoc-plugin.version}</version>
                     <configuration>
                         <quiet>true</quiet>
+                        <additionalparam>-Xdoclint:none</additionalparam>
                     </configuration>
                     <executions>
                         <execution>

Reply via email to