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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new bcf3b64a2c Update README copyright dates and AzureBlob README
bcf3b64a2c is described below

commit bcf3b64a2cca3af3480346a959e567d41d950377
Author: Ikky <[email protected]>
AuthorDate: Wed May 4 09:23:05 2022 +0800

    Update README copyright dates and AzureBlob README
---
 README.md                      |  2 +-
 providers/azureblob/README.md  | 13 +++++++++++++
 providers/azureblob/README.txt |  6 ------
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index bd5a4bf46a..8fcfec5671 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,6 @@ For more information about using or contributing to jclouds, 
please visit our we
 
 License
 -------
-Copyright (C) 2009-2019 The Apache Software Foundation
+Copyright (C) 2009-2022 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0
diff --git a/providers/azureblob/README.md b/providers/azureblob/README.md
new file mode 100644
index 0000000000..4dc6ffa1c7
--- /dev/null
+++ b/providers/azureblob/README.md
@@ -0,0 +1,13 @@
+# The jclouds provider for Windows Azure's Storage 
(http://www.microsoft.com/windowsazure/storage/default.aspx).
+
+* **TODO**: Implementation status.
+* **TODO**: Supported features.
+* **TODO**: Usage example.
+
+## Running live tests
+
+Try
+
+```sh
+mvn clean install -Plive -pl :azureblob -Dtest=AzureBlobClientLiveTest 
-Dtest.azureblob.identity==<azure_storage_account_name> 
-Dtest.azureblob.credential=<azure_storage_account_access_key>
+```
diff --git a/providers/azureblob/README.txt b/providers/azureblob/README.txt
deleted file mode 100644
index 064f63f743..0000000000
--- a/providers/azureblob/README.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# The jclouds provider for Windows Azure's Storage 
(http://www.microsoft.com/windowsazure/storage/default.aspx).
-#
-# TODO: Implementation status.
-# TODO: Supported features.
-# TODO: Usage example.

Reply via email to