You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/30 13:17:29 UTC

[camel] branch main updated: Fix RAT check

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f6f3de35620 Fix RAT check
f6f3de35620 is described below

commit f6f3de35620c6000c23466c43e08e4a64c553248
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 15:17:17 2022 +0200

    Fix RAT check
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index b473e4a10e2..66c95fc5192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,8 +355,11 @@
                             <exclude>**/stockquote-response.xml</exclude>
                             <exclude>**/org.apache.camel.dsl.kotlin.KotlinDSL.classname</exclude>
                             <exclude>**/quarkus-pom.ftl</exclude>
+                            <exclude>**/quarkus-docker/*</exclude>
+                            <exclude>.github/**/*</exclude>
                             <!-- Maven Wrapper -->
                             <exclude>.mvn/**/*</exclude>
+                            <exclude>**/maven-wrapper/*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>