This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from 84d0d3f Added build details using mvnd new ea2c584 Add a Maven Plugin to collect the connector descriptors for catalog purpose new d429fa4 Add a Maven Plugin to collect the connector descriptors for catalog purpose new e9248ca Fixed Cs new a07ff8e Add a Maven Plugin to collect the connector descriptors for catalog purpose - renamed the Mojo The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../resources/descriptors/connectors.properties | 509 +++++++++++++++++++++ connectors/pom.xml | 13 + .../pom.xml | 44 +- .../maven/docs/CollectConnectorDescriptorMojo.java | 129 ++++++ .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/connectors.mvel | 0 tooling/pom.xml | 1 + 8 files changed, 654 insertions(+), 42 deletions(-) create mode 100644 camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties copy tooling/{camel-kafka-connector-docs-maven-plugin => camel-kafka-connector-catalog-descriptor-maven-plugin}/pom.xml (74%) create mode 100644 tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/java/org/apache/camel/kafkaconnector/maven/docs/CollectConnectorDescriptorMojo.java copy tooling/{camel-kafka-connector-docs-maven-plugin => camel-kafka-connector-catalog-descriptor-maven-plugin}/src/main/resources/META-INF/LICENSE.txt (100%) copy tooling/{camel-kafka-connector-docs-maven-plugin => camel-kafka-connector-catalog-descriptor-maven-plugin}/src/main/resources/META-INF/NOTICE.txt (100%) copy tooling/{camel-kafka-connector-docs-maven-plugin => camel-kafka-connector-catalog-descriptor-maven-plugin}/src/main/resources/connectors.mvel (100%)