This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new d07796411c Add GitHub actions directory to license-maven-plugin exclusions d07796411c is described below commit d07796411c65de3ee43cfe704b6ed4244d785888 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Apr 6 07:50:34 2023 +0100 Add GitHub actions directory to license-maven-plugin exclusions --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 143c5ed301..882745c575 100644 --- a/pom.xml +++ b/pom.xml @@ -556,6 +556,7 @@ <exclude>**/k8s-sb/**</exclude> <exclude>.gitattributes</exclude> <exclude>**/src/test/resources/__files/*.xml</exclude> + <exclude>.github/actions/**</exclude> </excludes> <mapping> <cli>CAMEL_PROPERTIES_STYLE</cli>