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

[camel-k] 06/07: doc: Complete Maven repository extra attributes

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

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

commit 6182c2ff0792c8e5971106b1dde571a81c17120a
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Fri Apr 2 09:30:20 2021 +0200

    doc: Complete Maven repository extra attributes
---
 docs/modules/ROOT/pages/configuration/maven.adoc | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/configuration/maven.adoc b/docs/modules/ROOT/pages/configuration/maven.adoc
index fe4c35b..f56775d 100644
--- a/docs/modules/ROOT/pages/configuration/maven.adoc
+++ b/docs/modules/ROOT/pages/configuration/maven.adoc
@@ -59,6 +59,14 @@ The following attributes are supported:
 |===
 |Name |Type |Description
 
+| @id
+| string
+| Sets the repository `id`
+
+| @name
+| string
+| Sets the repository `name`
+
 | @snapshots
 | flag
 | Turns `snapshots.enabled` to `true`
@@ -67,9 +75,13 @@ The following attributes are supported:
 | flag
 | Turns `snapshots.enabled` to `false`
 
-| @id
+| @checksumpolicy
 | string
-| Sets the repository `id`
+| Sets the repository `checksumPolicy`
+
+| @mirrorOf
+| string
+| Declares the repository as a mirror of the repositories with matching ids
 
 |===
 
@@ -100,6 +112,8 @@ Results in generating the following `settings.xml` file:
 
 WARNING: The `--maven-settings` and `--maven-repository` options are mutually exclusive.
 
+You can find more information in the https://maven.apache.org/guides/introduction/introduction-to-repositories.html[Introduction to Repositories] from the Maven documentation.
+
 [[ca-certificates]]
 == CA Certificates