This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit d19a0f5fc9fbd244aa58816e47691581860ced6c Author: David Jencks <[email protected]> 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 46650d8..4003b13 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>
