> + <relativePath>../../project/pom.xml</relativePath> > + </parent> > + <groupId>org.apache.jclouds.provider</groupId> > + <artifactId>cloudsigma2-zrh</artifactId> > + <name>jclouds CloudSigma 2 provider</name> > + <description>ComputeService binding to the CloudSigma datacenter in > Zürich</description> > + <packaging>bundle</packaging> > + > + <properties> > + > <test.cloudsigma2-zrh.endpoint>https://zrh.cloudsigma.com/api/2.0/</test.cloudsigma2-zrh.endpoint> > + <test.cloudsigma2-zrh.api-version>2.0</test.cloudsigma2-zrh.api-version> > + <test.cloudsigma2-zrh.build-version /> > + <test.cloudsigma2-zrh.identity>FIXME</test.cloudsigma2-zrh.identity> > + <test.cloudsigma2-zrh.credential>FIXME</test.cloudsigma2-zrh.credential> > + <test.cloudsigma2-zrh.template /> > + > <jclouds.osgi.export>org.jclouds.cloudsigma2*;version="${project.version}"</jclouds.osgi.export>
@iocanel Does the split package that could happen here (same export as above) cause problems? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/12/files#r5112068
