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 <djen...@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>