This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 16f5066b4d9e7c9568860e4831883480a05a900b Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 25 13:33:00 2021 +0100 SSH Examples: Moved to tar.gz --- ssh/ssh-sink/README.adoc | 4 ++-- ssh/ssh-source/README.adoc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ssh/ssh-sink/README.adoc b/ssh/ssh-sink/README.adoc index d4548db..eda2552 100644 --- a/ssh/ssh-sink/README.adoc +++ b/ssh/ssh-sink/README.adoc @@ -46,8 +46,8 @@ In this example we'll use `/home/oscerd/connectors/` ``` > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.zip -> unzip camel-ssh-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-ssh-kafka-connector-0.8.0-package.tar.gz ``` Now it's time to setup the connectors diff --git a/ssh/ssh-source/README.adoc b/ssh/ssh-source/README.adoc index 72b71f8..8cf0287 100644 --- a/ssh/ssh-source/README.adoc +++ b/ssh/ssh-source/README.adoc @@ -167,12 +167,12 @@ Now we need to build the connector: > mvn clean package ``` -In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build +In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build ``` > cd /home/oscerd/connectors/ -> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.zip . -> unzip ssh-extended-0.8.0-package.zip +> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.tar.gz . +> untar.gz ssh-extended-0.8.0-package.tar.gz ``` Now it's time to setup the connectors
