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

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


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new 333de17  Exclude docs/node and docs/.yarn from assembly
333de17 is described below

commit 333de175f7dc072ea69c8f1515d87afc07c93c47
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Jun 8 09:33:59 2021 +0200

    Exclude docs/node and docs/.yarn from assembly
    
    (cherry picked from commit 7fa38f86d5ba1efb28d26f77bf5c3c7f5070520e)
---
 apache-camel/src/main/descriptors/src.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apache-camel/src/main/descriptors/src.xml 
b/apache-camel/src/main/descriptors/src.xml
index c2162a1..191b8ce 100644
--- a/apache-camel/src/main/descriptors/src.xml
+++ b/apache-camel/src/main/descriptors/src.xml
@@ -54,6 +54,8 @@
         <exclude>**/cobertura.ser</exclude>
 
         <exclude>**/node_modules/**</exclude>
+        <exclude>docs/node</exclude>
+        <exclude>docs/.yarn</exclude>
         <exclude>**/.flattened-pom.xml</exclude>
       </excludes>
     </fileSet>

Reply via email to