> @@ -34,10 +34,10 @@ > <packaging>bundle</packaging> > > <properties> > - <test.docker.endpoint>https://localhost:4243</test.docker.endpoint> > + <!--<test.docker.endpoint>${env.DOCKER_HOST}</test.docker.endpoint>-->
It's now set by the property-regex maven plugin based on env.DOCKER_HOST. Can be removed so I did just that. :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/189/files#r34793155
