andrewgaul commented on this pull request.


> +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.jclouds.labs</groupId>
+        <artifactId>jclouds-labs</artifactId>
+        <version>2.1.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>azure-queue-storage</artifactId>
+    <name>jclouds Azure Storage queue provider</name>
+    <description>jclouds components to access Azure queue storage 
Service</description>
+    <packaging>bundle</packaging>
+
+    <properties>
+    
<test.azure-queue-storage.identity>${test.azure-queue-storage.identity}</test.azure-queue-storage.identity>
+    
<test.azure-queue-storage.credential>${test.azure-queue-storage.credential}</test.azure-queue-storage.credential>

These should not be self-referential.  Instead set to `FIXME_IDENTITY` and 
`FIXME_CREDENTIAL` as in the b2 provider.  This will resolve some of your 
CloudBees issues.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/405#pullrequestreview-52581099

Reply via email to