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/01/27 05:50:20 UTC

[camel] 04/08: CAMEL-15341 - Full regen

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.git

commit cc7343ac369f807434da5d65a327308a12b51606
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 19:03:26 2021 +0100

    CAMEL-15341 - Full regen
---
 .../camel/catalog/docs/azure-storage-datalake-component.adoc      | 8 +++++++-
 .../modules/ROOT/pages/azure-storage-datalake-component.adoc      | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-datalake-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-datalake-component.adoc
index e6fcd5e..bc6f3e6 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-datalake-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-datalake-component.adoc
@@ -541,6 +541,12 @@ For running all the test in the component, you will need to obtain azure account
 can run the full test, on this component directory, by running the following maven command
 
 ----
-mvn test -Dazure.storage.account.name=accountName -Dazure.storage.account.key=accountKey
+mvn verify -PfullTests -Dazure.storage.account.name=<accountName> -Dazure.storage.account.key=<accessKey>
+----
+
+You can also skip the integration test, and run only basic unit test by using the command
+
+----
+mvn test
 ----
 
diff --git a/docs/components/modules/ROOT/pages/azure-storage-datalake-component.adoc b/docs/components/modules/ROOT/pages/azure-storage-datalake-component.adoc
index c95eecb..fffe00e 100644
--- a/docs/components/modules/ROOT/pages/azure-storage-datalake-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-storage-datalake-component.adoc
@@ -543,6 +543,12 @@ For running all the test in the component, you will need to obtain azure account
 can run the full test, on this component directory, by running the following maven command
 
 ----
-mvn test -Dazure.storage.account.name=accountName -Dazure.storage.account.key=accountKey
+mvn verify -PfullTests -Dazure.storage.account.name=<accountName> -Dazure.storage.account.key=<accessKey>
+----
+
+You can also skip the integration test, and run only basic unit test by using the command
+
+----
+mvn test
 ----