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.git


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

commit 92fd4ca5e16e6cbb1a14d847d2e40820be84e7c1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 8 15:53:24 2020 +0200

    CAMEL-14864: Be able to generate configurer for any pojo.
---
 components/camel-spring/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 7bc0377..1411d1b 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -294,7 +294,7 @@
                 <artifactId>jaxb2-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>generate schema</id>
+                        <id>generate-schema</id>
                         <phase>generate-test-sources</phase>
                         <goals>
                             <goal>schemagen</goal>
@@ -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