This is an automated email from the ASF dual-hosted git repository.
baedke pushed a commit to branch issues/oak-10361
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/issues/oak-10361 by this push:
new e8701101ac OAK-10361: Exclude dependency-reduced-pom.xml from the
source package during release
e8701101ac is described below
commit e8701101acdc4221b37973290a6ba472f5e41337
Author: Manfred Baedke <[email protected]>
AuthorDate: Wed Jul 19 11:51:21 2023 +0200
OAK-10361: Exclude dependency-reduced-pom.xml from the source package
during release
---
assembly.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/assembly.xml b/assembly.xml
index 3cff072e8a..6fe086808f 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -26,6 +26,7 @@
<excludes>
<exclude>**/target/**</exclude>
<exclude>**/.*/**</exclude>
+ <exclude>oak-shaded-guava/dependency-reduced-pom.xml</exclude>
</excludes>
</fileSet>
</fileSets>