You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/12/20 17:26:34 UTC

[camel-quarkus] 07/08: try to prevent license check plugin from objecting to generated yml files

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

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

commit 0e184ddb2c3ee887240395730baa034df04a29c8
Author: David Jencks <dj...@apache.org>
AuthorDate: Sat Dec 18 21:36:11 2021 -0800

    try to prevent license check plugin from objecting to generated yml files
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c0e8ece..c1b986b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,6 +463,8 @@
                         <header>header.txt</header>
                         <excludes>
                             <exclude>**/*.adoc</exclude>
+                            <exclude>modules/**/*.yml</exclude>
+                            <exclude>src/main/resources/doc-templates/extensions-camel-bits.yml</exclude>
                             <exclude>**/*.adm</exclude>
                             <exclude>**/*.avsc</exclude>
                             <exclude>**/*.avpr</exclude>