> +          <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>
> +                  <threadCount>1</threadCount>
> +                  <systemPropertyVariables>
> +                    
> <test.shipyard.endpoint>${test.shipyard.endpoint}</test.shipyard.endpoint>
> +                    
> <test.shipyard.api-version>${test.shipyard.api-version}</test.shipyard.api-version>
> +                    
> <test.shipyard.credential>${test.shipyard.identity}</test.shipyard.credential>

Change to `test.shipyard.identity`.

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

Reply via email to