> + <version>1.8.0-SNAPSHOT</version> > + <relativePath>../../project/pom.xml</relativePath> > + </parent>--> > + <parent> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>jclouds-labs</artifactId> > + <version>1.8.0-SNAPSHOT</version> > + </parent> > + <groupId>org.apache.jclouds.api</groupId> > + <artifactId>vsphere</artifactId> > + <name>jclouds vSphere api (lab)</name> > + <description>Jclouds components to access an implementation of VMWare > vSphere.</description> > + <packaging>bundle</packaging> > + > + <properties> > + <test.vsphere.endpoint>https://10.45.7.70/sdk</test.vsphere.endpoint>
Change this to `localhost` or something more generic? Users testing this will have to change it anyway. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61/files#r14183234
