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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new f3ac09c  [MASFRES-64] exclude dependency-reduced-pom.xml
f3ac09c is described below

commit f3ac09ce9088083043240ec16530715fc50692f0
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Mar 26 21:14:22 2023 +0200

    [MASFRES-64] exclude dependency-reduced-pom.xml
---
 source-release/src/main/resources/assemblies/source-shared.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/source-release/src/main/resources/assemblies/source-shared.xml 
b/source-release/src/main/resources/assemblies/source-shared.xml
index 5f5b90f..ec97593 100644
--- a/source-release/src/main/resources/assemblies/source-shared.xml
+++ b/source-release/src/main/resources/assemblies/source-shared.xml
@@ -61,6 +61,9 @@
         <!-- release-plugin temp files -->
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?pom\.xml\.releaseBackup]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]</exclude>
+
+        <!-- maven-shade-plugin -->
+        
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?dependency-reduced-pom\.xml]</exclude>
       </excludes>
     </fileSet>
     <!-- license, readme, etc. calculated at build time -->

Reply via email to