mirror of https://github.com/apache/jclouds.git
JCLOUDS-643: Fix Google and OAuth tests
This commit is contained in:
parent
80d0723c15
commit
8df2b40742
|
@ -31,6 +31,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<test.google-cloud-storage.identity> Email_Address_Associated_With_Service_Account</test.google-cloud-storage.identity>
|
<test.google-cloud-storage.identity> Email_Address_Associated_With_Service_Account</test.google-cloud-storage.identity>
|
||||||
<test.google-cloud-storage.credential>Private_Key_Associated__With_Service Account</test.google-cloud-storage.credential>
|
<test.google-cloud-storage.credential>Private_Key_Associated__With_Service Account</test.google-cloud-storage.credential>
|
||||||
|
<test.google-cloud-storage.project-number>The Account Project number</test.google-cloud-storage.project-number>
|
||||||
<test.google-cloud-storage.api-version>v1</test.google-cloud-storage.api-version>
|
<test.google-cloud-storage.api-version>v1</test.google-cloud-storage.api-version>
|
||||||
<test.google-cloud-storage.build-version />
|
<test.google-cloud-storage.build-version />
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -99,6 +100,12 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>default-test</id>
|
||||||
|
<configuration>
|
||||||
|
<skipTests>true</skipTests>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>integration</id>
|
<id>integration</id>
|
||||||
<phase>integration-test</phase>
|
<phase>integration-test</phase>
|
||||||
|
|
Loading…
Reference in New Issue