This is an automated email from the ASF dual-hosted git repository.
orpiske 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 6f6fe68 Updated the mvnd command on the readme
6f6fe68 is described below
commit 6f6fe685739aba307a2613deaca2d0627532c967
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Oct 14 20:08:08 2020 +0200
Updated the mvnd command on the readme
The archetype test does not work with mvnd therefore it must be skipped
---
docs/modules/ROOT/pages/contributing.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/contributing.adoc
b/docs/modules/ROOT/pages/contributing.adoc
index 0fb6c4c..0f43135 100644
--- a/docs/modules/ROOT/pages/contributing.adoc
+++ b/docs/modules/ROOT/pages/contributing.adoc
@@ -190,7 +190,7 @@ To build the project using `mvnd` instead of Maven, use the
following command:
[source,bash]
----
-mvnd -DskipIntegrationTests=true clean install
+mvnd -Darchetype.test.skip -DskipIntegrationTests=true clean install
----
*Troubleshooting*: