You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2021/02/10 08:45:45 UTC

[camel-kafka-connector] branch master updated: Fix missing default values in camel-kafka-connector-generator-maven-plugin options table

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8712c16  Fix missing default values in camel-kafka-connector-generator-maven-plugin options table
8712c16 is described below

commit 8712c1631fae5e747fc0e4ff48c99f39b524acbc
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Wed Feb 10 17:45:28 2021 +0900

    Fix missing default values in camel-kafka-connector-generator-maven-plugin options table
---
 tooling/camel-kafka-connector-generator-maven-plugin/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
index 16f0ff6..8427f20 100644
--- a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
+++ b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
@@ -20,7 +20,7 @@ The Camel Kafka Connector generator plugin allows you to generator connectors ba
 | initialPomTemplate | empty | Initial pom template
 | noticeTemplate | empty | Initial NOTICE template
 | licenseTemplate | empty | Inintial LICENSES template
-| fixDependenciesProperties | Properties file to configure additional dependencies
-| packageFileTemplate | Package file template to be placed in src/main/assembly/package.xml
-| exampleSinkPropertiesFileTemplate | Example connector sink file template
+| fixDependenciesProperties | camel-kafka-connector-fix-dependencies.properties | Properties file to configure additional dependencies
+| packageFileTemplate | camel-kafka-connector-template-package.template | Package file template to be placed in src/main/assembly/package.xml
+| exampleSinkPropertiesFileTemplate | camel-kafka-connector-template-example-sink-properties.template | Example connector sink file template
 |===============