You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/16 09:59:43 UTC

[camel-kafka-connector-examples] 01/01: AWS2-SQS Source example: Adding instructions for the connector folder

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

acosentino pushed a commit to branch aws2-sqs-folder
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 7fad897f380efaa2baca15c704ccad992c62e154
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 16 11:58:38 2020 +0200

    AWS2-SQS Source example: Adding instructions for the connector folder
---
 aws2-sqs/aws2-sqs-source/README.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/aws2-sqs/aws2-sqs-source/README.adoc b/aws2-sqs/aws2-sqs-source/README.adoc
index b23f8db..a722d77 100644
--- a/aws2-sqs/aws2-sqs-source/README.adoc
+++ b/aws2-sqs/aws2-sqs-source/README.adoc
@@ -136,6 +136,16 @@ if you have built the whole project (`mvn clean package`) decompress the connect
 so that each one is in its own subfolder
 (alternatively you can download the latest officially released and packaged connectors from maven):
 
+So we need to do something like this:
+
+```
+> cd my-connectors/
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.5.0/camel-aws2-sqs-kafka-connector-0.5.0-package.zip
+> unzip camel-aws2-sqs-kafka-connector-0.5.0-package.zip
+```
+
+Now we can start the build 
+
 [source,bash,options="nowrap"]
 ----
 oc start-build my-connect-cluster-connect --from-dir=./my-connectors/ --follow