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 06:25:36 UTC

[camel-kafka-connector] branch master updated: Fix table format in camel-kafka-connector-generator-maven-plugin adoc

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 aebea74  Fix table format in camel-kafka-connector-generator-maven-plugin adoc
aebea74 is described below

commit aebea74bd0491b8510a67599784ca276593d98c2
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Wed Feb 10 15:25:08 2021 +0900

    Fix table format in camel-kafka-connector-generator-maven-plugin adoc
---
 .../README.adoc                                    | 28 +++++++++++-----------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
index 572e3d0..16f0ff6 100644
--- a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
+++ b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
@@ -5,22 +5,22 @@ The Camel Kafka Connector generator plugin allows you to generator connectors ba
 === Goals Supported
 
 |===============
-| Goal | Description |
-| ------------- | ----------- |
-| generate-camel-kafka-connectors | Generate connectors based off of a catalog |
+| Goal | Description
+
+| generate-camel-kafka-connectors | Generate connectors based off of a catalog
 |===============
 
 === Options
 
 |===============
-| Parameter | Default Value | Description |
-| --------- | ------------- | ----------- |
-| excludedComponents | empty | components to exclude from connector generation |
-| overridePomFile | false | regenerate the pom file completely even if one exists |
-| 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 |
-|===============
\ No newline at end of file
+| Parameter | Default Value | Description
+
+| excludedComponents | empty | components to exclude from connector generation
+| overridePomFile | false | regenerate the pom file completely even if one exists
+| 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
+|===============