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
commit 0c644ddfa5072bcee797152c70e2ed5ff5132d38 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Oct 22 09:42:43 2023 +0200 CAMEL-20024: Exclude camel-coremodel app/* in camel-spring-xml schema --- components/camel-spring-xml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml index 6a056b41e53..5ebe65a4016 100644 --- a/components/camel-spring-xml/pom.xml +++ b/components/camel-spring-xml/pom.xml @@ -323,7 +323,7 @@ <classifier>sources</classifier> <overWrite>true</overWrite> <includes>**/*</includes> - <excludes>**/*Configurer.java</excludes> + <excludes>**/app/*,**/*Configurer.java</excludes> <outputDirectory>target/sources/camel-core-model</outputDirectory> </artifactItem> <artifactItem>