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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3d3528  CAMEL-14864: Be able to generate configurer for any pojo.
a3d3528 is described below

commit a3d3528af3e3f6dbc7ec6a7ae41ee7a35c35498a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 8 15:54:44 2020 +0200

    CAMEL-14864: Be able to generate configurer for any pojo.
---
 components/camel-blueprint/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-blueprint/pom.xml 
b/components/camel-blueprint/pom.xml
index 2da3d03..af69ab6 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -389,6 +389,7 @@
                                             <type>jar</type>
                                             <classifier>sources</classifier>
                                             <overWrite>true</overWrite>
+                                            
<excludes>**/*nDefinitionConfigurer.java</excludes>
                                             
<outputDirectory>target/sources/camel-core-engine</outputDirectory>
                                         </artifactItem>
                                         <artifactItem>

Reply via email to