> +Running the live tests:
> +---------------------------------------------------------------
> +
> +1. Place the following in your ~/.m2/settings.xml in a profile enabled when 
> live:
> +```
> +    
> <test.google-cloud-storage.identity>[email protected]</test.google-cloud-storage.identity>
> +    <test.google-cloud-storage.credential>-----BEGIN RSA PRIVATE KEY-----
> +MIICXgIBAAKBgQRRbRqVDtJLN1MO/xJoKqZuphDeBh5jIKueW3aNIiWs1XFcct+h
> +-- this text is literally from your <my_key>.pem
> +aH7xmpHSTbbXmQkuuv+z8EKijigprd/FoJpTX1f5/R+4wQ==
> +-----END RSA PRIVATE KEY-----</test.google-cloud-storage.credential>
> + 
> <test.google-cloud-storage.bucket>YOUR_BUCKET_NAME</test.google-cloud-storage.bucket>
> +  </properties>
> +```
> +
> +2. mvn clean install -Plive 

Maybe be more specific:

```
mvn integration-test -pl google-cloud-storage -Plive
```

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

Reply via email to