> + * > + </jclouds.osgi.import> > + </properties> > + > + <repositories> > + <repository> > + <id>apache-snapshots</id> > + <url>https://repository.apache.org/content/repositories/snapshots</url> > + <releases> > + <enabled>false</enabled> > + </releases> > + <snapshots> > + <enabled>true</enabled> > + </snapshots> > + </repository> > + </repositories>
I think the problem here is that, if you check out only the labs-openstack repo, you need to get jclouds-project. If you don't have this snapshot repo, it won't work ;-) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9600707
