You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/06 13:13:51 UTC

[camel-kafka-connector] 02/05: Added a camel-kafka-connector-catalog to collect all the json descriptor

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

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

commit 34a74874898a20236c8e9f12053eef71212e5dce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 13:58:24 2020 +0200

    Added a camel-kafka-connector-catalog to collect all the json descriptor
---
 connectors/pom.xml | 2 +-
 pom.xml            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/connectors/pom.xml b/connectors/pom.xml
index a444578..d71d5a3 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -161,7 +161,7 @@
               <goal>copy-resources</goal>
             </goals>
             <configuration>
-              <outputDirectory>${project.basedir}/../../camel-kafka-connector-catalog/src/generated/resources</outputDirectory>
+              <outputDirectory>${project.basedir}/../../camel-kafka-connector-catalog/src/generated/resources/connectors/</outputDirectory>
               <resources>          
                 <resource>
                   <directory>src/generated/resources</directory>
diff --git a/pom.xml b/pom.xml
index 8dd4ede..cf31488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
         <module>buildingtools</module>
         <module>tooling</module>
         <module>connectors</module>
+        <module>camel-kafka-connector-catalog</module>
         <module>tests</module>
     </modules>