This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 6862007cc [AMORO-3498] add configuration to support javascript in
comment (#3506)
6862007cc is described below
commit 6862007cc15b766a3a0809aaa9aca60ad4f0e786
Author: Wang Tao <[email protected]>
AuthorDate: Fri Apr 11 15:24:04 2025 +0800
[AMORO-3498] add configuration to support javascript in comment (#3506)
fix: support js in comments
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index e7e1533b4..2588ce409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1258,6 +1258,9 @@
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
+ <additionalJOptions>
+
<additionalJOption>--allow-script-in-comments</additionalJOption>
+ </additionalJOptions>
</configuration>
<executions>
<execution>