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 2023/10/22 07:44:00 UTC

[camel] 02/02: CAMEL-20024: Exclude camel-coremodel app/* in camel-spring-xml schema

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 <cl...@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>