This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push:
new 6ad5925 Properly exclude docs/node and docs/.yarn
6ad5925 is described below
commit 6ad592571e1ab6cfa815f71a6ad2e96bd238f26a
Author: Zoran Regvart <[email protected]>
AuthorDate: Wed Jun 16 10:56:43 2021 +0200
Properly exclude docs/node and docs/.yarn
---
apache-camel/src/main/descriptors/src.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apache-camel/src/main/descriptors/src.xml
b/apache-camel/src/main/descriptors/src.xml
index 191b8ce..59da2fc 100644
--- a/apache-camel/src/main/descriptors/src.xml
+++ b/apache-camel/src/main/descriptors/src.xml
@@ -54,8 +54,8 @@
<exclude>**/cobertura.ser</exclude>
<exclude>**/node_modules/**</exclude>
- <exclude>docs/node</exclude>
- <exclude>docs/.yarn</exclude>
+ <exclude>docs/node/**</exclude>
+ <exclude>docs/.yarn/**</exclude>
<exclude>**/.flattened-pom.xml</exclude>
</excludes>
</fileSet>