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:35:52 UTC

[camel-quarkus] 06/06: 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.4.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e9962053606bd7b68b6d47ebaed5e3da58c1dda4
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 67c0630..128a67b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,6 +459,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>