This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 26ff637 Excluded Develocity extension work directory from sources
26ff637 is described below
commit 26ff637a1c78fc74357fe84d48428eb9a9b74adc
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Oct 21 15:49:06 2025 -0500
Excluded Develocity extension work directory from sources
---
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 7363b74..243cad6 100644
--- a/source-release/src/main/resources/assemblies/source-shared.xml
+++ b/source-release/src/main/resources/assemblies/source-shared.xml
@@ -65,6 +65,9 @@
<!-- misc -->
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?cobertura\.ser]</exclude>
+ <!-- develocity-maven-extension working files -->
+
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.mvn/\.develocity(/.*)?]</exclude>
+
<!-- release-plugin temp files -->
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?pom\.xml\.releaseBackup]</exclude>
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]</exclude>