This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.5.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2dbf2a88cf9ef75825f934cb1548314dd784df6a 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 238e833..0962843 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,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>
