> + > <test.jclouds.azurecomputearm.subscription-id>FIXME_subscription-id</test.jclouds.azurecomputearm.subscription-id> > + > <test.jclouds.azurecomputearm.tenant-id>FIXME_tenant-id</test.jclouds.azurecomputearm.tenant-id> > + <!-- note that there's no prefix of "test." in the url. This is to > ensure that jclouds inteprets the value, as opposed to maven --> > + > <test.azurecomputearm.endpoint>https://management.azure.com/subscriptions/${test.jclouds.azurecomputearm.subscription-id}</test.azurecomputearm.endpoint> > + > <test.azurecomputearm.api-version>2014-04-01-preview</test.azurecomputearm.api-version> > + <test.azurecomputearm.build-version /> > + > <test.azurecomputearm.identity>/path/to/cert.p12</test.azurecomputearm.identity> > + <test.azurecomputearm.credential>password to > cert</test.azurecomputearm.credential> > + > <jclouds.osgi.export>org.jclouds.azurecomputearm*;version="${project.version}"</jclouds.osgi.export> > + > <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import> > + </properties> > + > + <dependencies> > + <dependency> > + <groupId>com.jamesmurty.utils</groupId> > + <artifactId>java-xmlbuilder</artifactId>
is this still needed? --- 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/250/files/f7cc1b437f11378e105bba552e3cfee9d7491872#r57514150
