This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch MNG-7697
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-7697 by this push:
     new d6e76359f Fix assembly
d6e76359f is described below

commit d6e76359f80becdb41622565fc11fbac3abbd114
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Mar 15 11:55:52 2023 +0100

    Fix assembly
---
 apache-maven/src/assembly/component.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache-maven/src/assembly/component.xml 
b/apache-maven/src/assembly/component.xml
index 6d9809c4b..24378449d 100644
--- a/apache-maven/src/assembly/component.xml
+++ b/apache-maven/src/assembly/component.xml
@@ -31,6 +31,7 @@ under the License.
       <outputDirectory>lib</outputDirectory>
       <excludes>
         <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
+        <exclude>org.codehaus.plexus:plexus-utils</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>

Reply via email to