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

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 9daa63e7ff2529b46b050d759842805f34e3bb4c
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Mon Sep 12 14:20:30 2022 +0200

    chore: regen
---
 .../connectors/camel-github-source-source.json     | 38 ----------------------
 connectors/pom.xml                                 |  3 ++
 2 files changed, 3 insertions(+), 38 deletions(-)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-github-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-github-source-source.json
deleted file mode 100644
index d4751f85d..000000000
--- 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-github-source-source.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
-       "connector": {
-               "class": 
"org.apache.camel.kafkaconnector.githubsource.CamelGithubsourceSourceConnector",
-               "artifactId": "camel-github-source-kafka-connector",
-               "groupId": "org.apache.camel.kafkaconnector",
-               "id": "camel-github-source-source",
-               "type": "source",
-               "version": "1.1.0-SNAPSHOT",
-               "description": "Receive events From Github."
-       },
-       "properties": {
-               "camel.kamelet.github-source.repoName": {
-                       "name": "camel.kamelet.github-source.repoName",
-                       "description": "The Github Repository name",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.github-source.repoOwner": {
-                       "name": "camel.kamelet.github-source.repoOwner",
-                       "description": "The repository owner",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.github-source.oauthToken": {
-                       "name": "camel.kamelet.github-source.oauthToken",
-                       "description": "Oauth token",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.github-source.type": {
-                       "name": "camel.kamelet.github-source.type",
-                       "description": "The type of event to consume. One of 
event, pullRequest, pullRequestComment or tag",
-                       "defaultValue": "\"event\"",
-                       "priority": "HIGH",
-                       "required": "true"
-               }
-       }
-}
\ No newline at end of file
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 120c759b9..d91ece195 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -164,6 +164,9 @@
                            <resource>
                                <directory>src/generated/resources</directory>
                                <filtering>true</filtering>
+                               <includes>
+                                   <include>*.json</include>
+                               </includes>
                            </resource>
                        </resources>              
                   </configuration>            

Reply via email to