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 2021/08/23 19:23:51 UTC

[camel-k] branch main updated: Fix typo

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 66dca0e  Fix typo
66dca0e is described below

commit 66dca0e5a823d204f867a5cc904d07aed9029184
Author: Alexandre Fruchaud <al...@gmail.com>
AuthorDate: Mon Aug 23 21:21:02 2021 +0200

    Fix typo
---
 docs/modules/ROOT/pages/configuration/maven.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/configuration/maven.adoc b/docs/modules/ROOT/pages/configuration/maven.adoc
index e589c45..d5ff11f 100644
--- a/docs/modules/ROOT/pages/configuration/maven.adoc
+++ b/docs/modules/ROOT/pages/configuration/maven.adoc
@@ -195,7 +195,7 @@ In this section, we will show how to configure Camel K to fetch artifacts from a
 
 === Custom Maven Settings
 
-The first thing that needs to be done is to create a Maven settings file configured to use the S3 bucket as a Maven repostory. The Maven settings file will be used by the Camel K operator so make sure your S3 instance is accessible in your cluster. +
+The first thing that needs to be done is to create a Maven settings file configured to use the S3 bucket as a Maven repository. The Maven settings file will be used by the Camel K operator so make sure your S3 instance is accessible in your cluster. +
 The Maven settings will contain all the information needed for Maven to access the S3 bucket namely your credentials, S3 URL and bucket name. This information will typically be located in the `server` and `repository` section of your Maven settings. For example when using https://min.io/[MinIO] as a S3 provider and https://github.com/Yleisradio/aws-maven/pull/20[`fi.yle.tools:aws-maven:1.4.3`] as a Wagon Provider, your Maven settings will look something like this: 
 
 [source,xml]
@@ -318,4 +318,4 @@ Maven dependencies hosted in your S3 bucket can now be used just like any other
 $ kamel run S3.java --dependency=mvn:artfiactId:groupId:version
 ----
 
-Enjoy !
\ No newline at end of file
+Enjoy !