This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit c853cb4eff1103b8ec0b6115351ac441bfc49106 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 19 10:36:12 2021 +0200 Kafka Service Registry Example: Excluding avsc file extension for license checking --- kafka-service-registry/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/kafka-service-registry/pom.xml b/kafka-service-registry/pom.xml index 1e151ab..cb79e38 100644 --- a/kafka-service-registry/pom.xml +++ b/kafka-service-registry/pom.xml @@ -133,6 +133,7 @@ <exclude>**/NOTICE.txt</exclude> <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> + <exclude>**/*.avsc</exclude> <exclude>**/pom.xml.versionsBackup</exclude> </excludes> <mapping>
