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

gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c4e3e1fdfe6f8553ffb998efe8f11d014d3f29bf
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue Aug 24 14:21:17 2021 +0200

    Fix generation, remove unneeded files
---
 .../META-INF/services/org/apache/camel/other.properties    |  7 -------
 .../src/generated/resources/huaweicloud-dms.json           | 14 --------------
 .../org/apache/camel/component/milo/client/jaxb.index      |  2 --
 components/camel-netty-http/pom.xml                        |  6 ++++--
 .../src/generated/resources/yaml-dsl-common.json           | 14 --------------
 5 files changed, 4 insertions(+), 39 deletions(-)

diff --git 
a/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/META-INF/services/org/apache/camel/other.properties
deleted file mode 100644
index b314671..0000000
--- 
a/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-name=huaweicloud-dms
-groupId=org.apache.camel
-artifactId=camel-huaweicloud-dms
-version=3.12.0-SNAPSHOT
-projectName=Camel :: Huawei Cloud :: DMS Component
-projectDescription=To provide a fully managed, high-performance message 
queuing service
diff --git 
a/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/huaweicloud-dms.json
 
b/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/huaweicloud-dms.json
deleted file mode 100644
index 6dafb28..0000000
--- 
a/components/camel-huawei/camel-huaweicloud-dms/src/generated/resources/huaweicloud-dms.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "huaweicloud-dms",
-    "title": "Huaweicloud Dms",
-    "description": "To provide a fully managed, high-performance message 
queuing service",
-    "deprecated": false,
-    "firstVersion": "3.12.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-huaweicloud-dms",
-    "version": "3.12.0-SNAPSHOT"
-  }
-}
diff --git 
a/components/camel-milo/src/generated/resources/org/apache/camel/component/milo/client/jaxb.index
 
b/components/camel-milo/src/generated/resources/org/apache/camel/component/milo/client/jaxb.index
deleted file mode 100644
index 946ebea..0000000
--- 
a/components/camel-milo/src/generated/resources/org/apache/camel/component/milo/client/jaxb.index
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-MonitorFilterType
diff --git a/components/camel-netty-http/pom.xml 
b/components/camel-netty-http/pom.xml
index 1d70c0f..b8aa137 100644
--- a/components/camel-netty-http/pom.xml
+++ b/components/camel-netty-http/pom.xml
@@ -180,8 +180,10 @@
                         </goals>
                         <configuration>
                             <discoverClasses>true</discoverClasses>
-                            
<classes>org.apache.camel.component.netty.http.NettyHttpConfiguration</classes>
-                            
<classes>org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactory</classes>
+                            <classes>
+                                
<class>org.apache.camel.component.netty.http.NettyHttpConfiguration</class>
+                                
<class>org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactory</class>
+                            </classes>
                         </configuration>
                     </execution>
                 </executions>
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/generated/resources/yaml-dsl-common.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/generated/resources/yaml-dsl-common.json
deleted file mode 100644
index f966261..0000000
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/generated/resources/yaml-dsl-common.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "yaml-dsl-common",
-    "title": "Yaml Dsl Common",
-    "description": "Camel DSL with YAML Common",
-    "deprecated": false,
-    "firstVersion": "3.9.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-yaml-dsl-common",
-    "version": "3.12.0-SNAPSHOT"
-  }
-}

Reply via email to