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 688c6912a [Improvement] Add test-jar goal for maven-jar-plugin (#3046)
688c6912a is described below
commit 688c6912a8644184fe1b2703f007c0edd14bfbff
Author: baiyangtx <[email protected]>
AuthorDate: Wed Jul 17 11:13:34 2024 +0800
[Improvement] Add test-jar goal for maven-jar-plugin (#3046)
add test-jar goal for jar-plugin
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index b867e83e0..e648586ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1216,6 +1216,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>