> + <!-- TODO: when out of labs, switch to org.jclouds.provider --> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>cloudsigma2-lvs</artifactId> > + <version>1.7.0-SNAPSHOT</version> > + <name>jclouds CloudSigma 2 provider</name> > + <description>ComputeService binding to the CloudSigma datacenter in > SuperNAP Las Vegas</description> > + <packaging>bundle</packaging> > + > + <properties> > + > <test.cloudsigma2-lvs.endpoint>https://lvs.cloudsigma.com/api/2.0/</test.cloudsigma2-lvs.endpoint> > + <test.cloudsigma2-lvs.api-version>1.0</test.cloudsigma2-lvs.api-version> > + <test.cloudsigma2-lvs.build-version /> > + <test.cloudsigma2-lvs.identity>FIXME</test.cloudsigma2-lvs.identity> > + <test.cloudsigma2-lvs.credential>FIXME</test.cloudsigma2-lvs.credential> > + <test.cloudsigma2-lvs.template /> > + > <jclouds.osgi.export>org.jclouds.cloudsigma*;version="${project.version}"</jclouds.osgi.export>
Yes. Just to be consistent with the config in other poms and avoid confusion (and avoid including a possible cloudsigma old package by mistake if that existed). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/12/files#r5287186
