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 08a0f76 Merge pull request #328 from orpiske/slack-source add fcc61ae Introducing a camel-kafka-connector-extensible archetype for adding bean/pojo/converters/transformations to an already existing connector new c0d4025 Merge pull request #330 from apache/archetypes The 1 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: .../pom.xml | 64 +++++++++++++++ .../META-INF/maven/archetype-metadata.xml | 49 +++++++++++ .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../main/resources/archetype-resources/ReadMe.txt | 5 ++ .../main/resources/archetype-resources}/pom.xml | 94 ++++++++++------------ .../src/main/assembly/package.xml | 0 .../resources/hdfs-site.xml => archetypes/pom.xml | 25 ++++-- pom.xml | 1 + 9 files changed, 180 insertions(+), 58 deletions(-) create mode 100644 archetypes/camel-kafka-connector-extensible-archetype/pom.xml create mode 100644 archetypes/camel-kafka-connector-extensible-archetype/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml copy {tooling/camel-kafka-connector-docs-maven-plugin => archetypes/camel-kafka-connector-extensible-archetype}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/camel-kafka-connector-docs-maven-plugin => archetypes/camel-kafka-connector-extensible-archetype}/src/main/resources/META-INF/NOTICE.txt (100%) create mode 100644 archetypes/camel-kafka-connector-extensible-archetype/src/main/resources/archetype-resources/ReadMe.txt copy {connectors/camel-elytron-kafka-connector => archetypes/camel-kafka-connector-extensible-archetype/src/main/resources/archetype-resources}/pom.xml (51%) copy {connectors/camel-zookeeper-master-kafka-connector => archetypes/camel-kafka-connector-extensible-archetype/src/main/resources/archetype-resources}/src/main/assembly/package.xml (100%) copy tests/itests-hdfs/src/test/resources/hdfs-site.xml => archetypes/pom.xml (52%)