> + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>jclouds-labs</artifactId> > + <version>2.0.0-SNAPSHOT</version> > + </parent> > + > + <!-- TODO: when out of labs, switch to org.jclouds.provider --> > + <artifactId>azurecomputearm</artifactId> > + <name>jclouds azure compute arm API</name> > + <description>jclouds components to access an implementation of Azure's ARM > Compute Service</description> > + <packaging>bundle</packaging> > + > + <properties> > + > <test.jclouds.azurecomputearm.subscription-id>FIXME_subscription-id</test.jclouds.azurecomputearm.subscription-id>
if you decide to move to `azurecompute-arm` please edit those properties accordingly. --- 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#r57514143
