This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch catalog-impl in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit d7dbfa754fa2ca99b77062f13eacf78fc9a8c34e Author: Andrea Cosentino <[email protected]> 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>
