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

jamesnetherton pushed a commit to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fbb7e8ccfd36539d0f4bafe38add6c494a85f901
Author: James Netherton <[email protected]>
AuthorDate: Fri Oct 31 14:27:02 2025 +0000

    Add Maven Wrapper to source zip
---
 tooling/descriptors/src.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tooling/descriptors/src.xml b/tooling/descriptors/src.xml
index 7c29c6dcc4..70d5cc8da2 100644
--- a/tooling/descriptors/src.xml
+++ b/tooling/descriptors/src.xml
@@ -45,7 +45,6 @@
         <exclude>**/eclipse-classes/**</exclude>
         <exclude>**/.*</exclude>
         <exclude>**/.github/**</exclude>
-        <exclude>**/.mvn/wrapper/**</exclude>
 
         <exclude>**/surefire*</exclude>
         <exclude>**/svn-commit*</exclude>
@@ -58,15 +57,13 @@
 
         <!-- Eclipse -->
         <exclude>**/.project</exclude>
-        <exclude>**/.classpath]</exclude>
+        <exclude>**/.classpath</exclude>
         <exclude>**/.settings/**</exclude>
 
         <exclude>**/cobertura.ser</exclude>
 
         <exclude>**/node_modules/**</exclude>
         <exclude>**/.flattened-pom.xml</exclude>
-
-        <exclude>**/mvnw**</exclude>
       </excludes>
     </fileSet>
 

Reply via email to