> +        <plugins>
> +          <plugin>
> +            <groupId>org.apache.maven.plugins</groupId>
> +            <artifactId>maven-surefire-plugin</artifactId>
> +            <executions>
> +              <execution>
> +                <id>integration</id>
> +                <phase>integration-test</phase>
> +                <goals>
> +                  <goal>test</goal>
> +                </goals>
> +                <configuration>
> +                  <systemPropertyVariables>
> +                    
> <test.docker.endpoint>${test.docker.endpoint}</test.docker.endpoint>
> +                    
> <test.docker.api-version>${test.docker.api-version}</test.docker.api-version>
> +                    
> <test.docker.credential>${test.docker.credential}</test.docker.credential>

Add `test.docker.identity` too

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r11264963

Reply via email to