This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new a7bde13d4 Circumvention for MNG-8180 Maven bug (#1855)
a7bde13d4 is described below
commit a7bde13d471c4b6057fe9090b59a89132e5995e0
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Jul 11 12:59:36 2024 +0200
Circumvention for MNG-8180 Maven bug (#1855)
Exclude plugin metadata from shaded JAR.
---
tika-grpc/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 9656b9e60..c82b66e85 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -376,6 +376,7 @@
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
+ <exclude>META-INF/maven/plugin.xml</exclude>
<exclude>META-INF/versions/9/module-info.class</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>