This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 1bcf996c1 Fix the content of the binary distribution
1bcf996c1 is described below
commit 1bcf996c1995d9848a43b8d1af4d35cd9c7736a0
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Oct 29 16:49:18 2023 +0000
Fix the content of the binary distribution
---
distribution/src/main/assembly/bin.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/distribution/src/main/assembly/bin.xml
b/distribution/src/main/assembly/bin.xml
index a15a324f4..b335177dd 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -53,6 +53,14 @@
<includes>
<include>*:*:jar</include>
</includes>
+ <excludes>
+ <!-- These dependencies are stripped when generating the
dependency-reduced POMs,
+ but they may still be present in a reactor build. Exclude
them. -->
+ <exclude>*:base64-utils</exclude>
+ <exclude>*:blob</exclude>
+ <exclude>*:om-mixins</exclude>
+ <exclude>*:dom-mixins</exclude>
+ </excludes>
<useProjectArtifact>false</useProjectArtifact>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>