> @@ -20,8 +20,8 @@ > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <parent> > - <groupId>org.apache.jclouds.labs</groupId> > - <artifactId>jclouds-labs-openstack</artifactId> > + <groupId>org.apache.jclouds</groupId> > + <artifactId>jclouds-project</artifactId> > <version>1.7.0-SNAPSHOT</version>
It seems to work as you describe. [INFO] ------------------------------------------------------------------------ [INFO] Building jclouds openstack-swift api 1.7.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.1:list (default-cli) @ openstack-swift --- [INFO] [INFO] The following files have been resolved: [INFO] aopalliance:aopalliance:jar:1.0:compile [INFO] cglib:cglib-nodep:jar:2.2.2:test [INFO] ch.qos.logback:logback-classic:jar:1.0.9:test [INFO] ch.qos.logback:logback-core:jar:1.0.9:test [INFO] com.beust:jcommander:jar:1.27:test [INFO] com.google.code.gson:gson:jar:2.2.2:compile [INFO] com.google.guava:guava:jar:14.0.1:compile [INFO] com.google.inject:guice:jar:3.0:compile [INFO] com.google.inject.extensions:guice-assistedinject:jar:3.0:compile [INFO] javax.annotation:jsr250-api:jar:1.0:compile [INFO] javax.inject:javax.inject:jar:1:compile [INFO] javax.ws.rs:jsr311-api:jar:1.1.1:compile [INFO] org.99soft.guice:rocoto:jar:6.2:compile [INFO] org.apache.jclouds:jclouds-blobstore:jar:1.6.1-incubating:compile [INFO] org.apache.jclouds:jclouds-blobstore:test-jar:tests:1.6.1-incubating:test [INFO] org.apache.jclouds:jclouds-core:jar:1.6.1-incubating:compile [INFO] org.apache.jclouds:jclouds-core:test-jar:tests:1.6.1-incubating:test [INFO] org.apache.jclouds.api:openstack-keystone:jar:1.6.1-incubating:compile [INFO] org.apache.jclouds.api:openstack-keystone:test-jar:tests:1.6.1-incubating:test [INFO] org.apache.jclouds.driver:jclouds-slf4j:jar:1.6.1-incubating:test [INFO] org.beanshell:bsh:jar:2.0b4:test [INFO] org.clojure:clojure:jar:1.3.0:compile [INFO] org.clojure:core.incubator:jar:0.1.0:compile [INFO] org.clojure:tools.logging:jar:0.2.3:compile [INFO] org.easymock:easymock:jar:3.1:test [INFO] org.easymock:easymockclassextension:jar:3.1:test [INFO] org.objenesis:objenesis:jar:1.2:test [INFO] org.slf4j:slf4j-api:jar:1.7.2:test [INFO] org.testng:testng:jar:6.8:test [INFO] org.yaml:snakeyaml:jar:1.6:test [INFO] xmlunit:xmlunit:jar:1.3:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/11/files#r4970389
