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 9d897100d [AMORO-3626] Removing unnecessary contents in the package of 
AMS (#3627)
9d897100d is described below

commit 9d897100dd5c670b183afd1c151c5e23222f8aaa
Author: cxxiii <[email protected]>
AuthorDate: Wed Jun 18 10:42:52 2025 +0800

    [AMORO-3626] Removing unnecessary contents in the package of AMS (#3627)
    
    * Change the pom
    
    * optimize the packaging process of ams
---
 amoro-ams/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/amoro-ams/pom.xml b/amoro-ams/pom.xml
index 2fe19d0aa..df6ca998b 100644
--- a/amoro-ams/pom.xml
+++ b/amoro-ams/pom.xml
@@ -497,6 +497,18 @@
                     <skip>true</skip>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>log4j2.xml</exclude>
+                        <exclude>derby/**</exclude>
+                        <exclude>mysql/**</exclude>
+                        <exclude>postgres/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to