This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 01a9a454a41 [WARNING] The requested profile fullTests could not be activated because it does not exist. 01a9a454a41 is described below commit 01a9a454a413b23f52b44b74a19508b57c71ab10 Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Sun Sep 11 10:53:19 2022 +0200 [WARNING] The requested profile fullTests could not be activated because it does not exist. --- .../org/apache/camel/component/azure/cosmosdb/CosmosDbTestUtils.java | 2 +- .../apache/camel/component/azure/servicebus/ServiceBusTestUtils.java | 2 +- .../src/main/docs/azure-storage-blob-component.adoc | 2 +- .../src/main/docs/azure-storage-datalake-component.adoc | 2 +- .../src/main/docs/azure-storage-queue-component.adoc | 2 +- .../org/apache/camel/component/azure/storage/queue/QueueTestUtils.java | 2 +- components/camel-stitch/src/main/docs/stitch-component.adoc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/camel-azure/camel-azure-cosmosdb/src/test/java/org/apache/camel/component/azure/cosmosdb/CosmosDbTestUtils.java b/components/camel-azure/camel-azure-cosmosdb/src/test/java/org/apache/camel/component/azure/cosmosdb/CosmosDbTestUtils.java index a553443d5bc..2ff160c5661 100644 --- a/components/camel-azure/camel-azure-cosmosdb/src/test/java/org/apache/camel/component/azure/cosmosdb/CosmosDbTestUtils.java +++ b/components/camel-azure/camel-azure-cosmosdb/src/test/java/org/apache/camel/component/azure/cosmosdb/CosmosDbTestUtils.java @@ -51,7 +51,7 @@ public final class CosmosDbTestUtils { final Properties properties = new Properties(); if (System.getProperty("endpoint") == null || System.getProperty("accessKey") == null) { throw new Exception( - "Make sure to supply azure CosmosDB endpoint and accessKey, e.g: mvn verify -PfullTests -Dendpoint=myacc-azure.com -DaccessKey=mykey"); + "Make sure to supply azure CosmosDB endpoint and accessKey, e.g: mvn verify -Dendpoint=myacc-azure.com -DaccessKey=mykey"); } properties.setProperty("endpoint", System.getProperty("endpoint")); properties.setProperty("access_key", System.getProperty("accessKey")); diff --git a/components/camel-azure/camel-azure-servicebus/src/test/java/org/apache/camel/component/azure/servicebus/ServiceBusTestUtils.java b/components/camel-azure/camel-azure-servicebus/src/test/java/org/apache/camel/component/azure/servicebus/ServiceBusTestUtils.java index 57771f13d55..8c129b0c449 100644 --- a/components/camel-azure/camel-azure-servicebus/src/test/java/org/apache/camel/component/azure/servicebus/ServiceBusTestUtils.java +++ b/components/camel-azure/camel-azure-servicebus/src/test/java/org/apache/camel/component/azure/servicebus/ServiceBusTestUtils.java @@ -51,7 +51,7 @@ public final class ServiceBusTestUtils { final Properties properties = new Properties(); if (System.getProperty(CONNECTION_STRING) == null) { throw new Exception( - "Make sure to supply azure servicebus connectionString, e.g: mvn verify -PfullTests -DconnectionString=string"); + "Make sure to supply azure servicebus connectionString, e.g: mvn verify -DconnectionString=string"); } properties.setProperty(CONNECTION_STRING, System.getProperty(CONNECTION_STRING)); properties.setProperty(TOPIC_NAME, System.getProperty(TOPIC_NAME)); diff --git a/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc b/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc index c00bb65245d..d973eaeaa14 100644 --- a/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc +++ b/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc @@ -544,7 +544,7 @@ To run the integration tests, on this component directory, run the following mav [source,bash] ---- -mvn verify -PfullTests -DaccountName=myacc -DaccessKey=mykey -DcredentialType=SHARED_ACCOUNT_KEY +mvn verify -DaccountName=myacc -DaccessKey=mykey -DcredentialType=SHARED_ACCOUNT_KEY ---- Whereby `accountName` is your Azure account name and `accessKey` is the access key being generated from Azure portal. diff --git a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc index fcfc6350af7..6adddbf86ee 100644 --- a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc +++ b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc @@ -378,7 +378,7 @@ can run the full test, on this component directory, by running the following mav [source,bash] ---- -mvn verify -PfullTests -Dazure.storage.account.name=<accountName> -Dazure.storage.account.key=<accessKey> +mvn verify -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 diff --git a/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc b/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc index 0b9aa18f932..b018e290f5a 100644 --- a/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc +++ b/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc @@ -314,7 +314,7 @@ To run the integration tests, on this component directory, run the following mav [source,bash] ---- -mvn verify -PfullTests -DaccountName=myacc -DaccessKey=mykey +mvn verify -DaccountName=myacc -DaccessKey=mykey ---- Whereby `accountName` is your Azure account name and `accessKey` is the access key being generated from Azure portal. diff --git a/components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/QueueTestUtils.java b/components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/QueueTestUtils.java index dd042a76ea5..339bc533ab6 100644 --- a/components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/QueueTestUtils.java +++ b/components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/QueueTestUtils.java @@ -43,7 +43,7 @@ public final class QueueTestUtils { public static Properties loadAzureAccessFromJvmEnv() { final Properties properties = new Properties(); if (System.getProperty("accountName") == null || System.getProperty("accessKey") == null) { - fail("Make sure to supply azure accessKey or accountName, e.g: mvn verify -PfullTests -DaccountName=myacc -DaccessKey=mykey"); + fail("Make sure to supply azure accessKey or accountName, e.g: mvn verify -DaccountName=myacc -DaccessKey=mykey"); } properties.setProperty("account_name", System.getProperty("accountName")); properties.setProperty("access_key", System.getProperty("accessKey")); diff --git a/components/camel-stitch/src/main/docs/stitch-component.adoc b/components/camel-stitch/src/main/docs/stitch-component.adoc index 6fd00a1fc63..811d2e806a8 100644 --- a/components/camel-stitch/src/main/docs/stitch-component.adoc +++ b/components/camel-stitch/src/main/docs/stitch-component.adoc @@ -237,7 +237,7 @@ To run the integration tests, on this component directory, run the following mav [source,bash] ---- -mvn verify -PfullTests -Dtoken=stitchToken +mvn verify -Dtoken=stitchToken ---- Whereby `token` is your Stitch token that is generated for Stitch Import API integration.