You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/07/06 05:18:38 UTC

[camel-quarkus] branch master updated: #1455 Exclude the node directory from src kit

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 26776cf  #1455 Exclude the node directory from src kit
26776cf is described below

commit 26776cf872fd97c5d76c4b65e01bc87e7ea30576
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Mon Jul 6 10:04:27 2020 +0800

    #1455 Exclude the node directory from src kit
---
 tooling/descriptors/src.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tooling/descriptors/src.xml b/tooling/descriptors/src.xml
index 35b4ef7..cad9318 100644
--- a/tooling/descriptors/src.xml
+++ b/tooling/descriptors/src.xml
@@ -30,6 +30,8 @@
         <include>**/*</include>
       </includes>
       <excludes>
+        <!-- exclude the node installation from docs -->
+        <exclude>docs/node/**</exclude>
 
         <!-- release-plugin temp files -->
         <exclude>**/pom.xml.releaseBackup</exclude>