neykov commented on this pull request.
> + <bundle
> dependency='true'>mvn:org.apache.jclouds.common/googlecloud/${jclouds.version}</bundle>
+
<bundle>mvn:org.apache.jclouds.labs/google-cloud-storage/${jclouds.version}</bundle>
+ </feature>
+
+ <feature name='jclouds-packet' description='Packet'
version='${project.version}' resolver='(obr)'>
+ <feature version='${project.version}'>jclouds-compute</feature>
+ <bundle>mvn:org.apache.jclouds.labs/packet/${jclouds.version}</bundle>
+ </feature>
+
+ <feature name='jclouds-vagrant' description='Components to access Vagrant'
version='${project.version}' resolver='(obr)'>
+ <feature version='${project.version}'>jclouds-compute</feature>
+ <bundle
dependency='true'>mvn:name.neykov/vagrant-java-bindings/${vagrant-java-bindings.version}</bundle>
+ <bundle>mvn:org.apache.jclouds.labs/vagrant/${jclouds.version}</bundle>
+ </feature>
+
+ <!-- SERVICES -->
Yes, another module with another artifactId.
--
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-karaf/pull/92