> + <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</name> > + <description>Jclouds components to access an implementation of VMWare > vSphere.</description> > + <packaging>bundle</packaging> > + > + <properties> > + <test.vsphere.endpoint>https://localhost/sdk</test.vsphere.endpoint> > + <test.vsphere.api-version>5.1</test.vsphere.api-version> > + <test.vsphere.build-version/> > + <test.vsphere.identity>root</test.vsphere.identity> > + <test.vsphere.credential>vmware</test.vsphere.credential>
Are these two defaults? Otherwise, change to `FIXME_IDENTITY` and `FIXME_CREDENTIAL`, which is what we use elsewhere? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61/files#r14218946
