CAMEL-16828: camel-cloud - should not use reflection when configuring model to factory. For this we need to use generated configurer classes.
diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 04565b2..06e9790 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -389,7 +389,7 @@
                                             <type>jar</type>
                                             <classifier>sources</classifier>
                                             <overWrite>true</overWrite>
-                                            <excludes>**/*nDefinitionConfigurer.java</excludes>
+                                            <excludes>**/*nConfigurer.java</excludes>
                                             <outputDirectory>target/sources/camel-core-model</outputDirectory>
                                         </artifactItem>
                                         <artifactItem>