We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51a231 commit fb67722Copy full SHA for fb67722
1 file changed
java-storage/google-cloud-storage/pom.xml
@@ -460,6 +460,23 @@
460
</dependency>
461
</dependencies>
462
</plugin>
463
+ <plugin>
464
+ <groupId>org.apache.maven.plugins</groupId>
465
+ <artifactId>maven-failsafe-plugin</artifactId>
466
+ <configuration>
467
+ <forkCount>1C</forkCount>
468
+ <reuseForks>true</reuseForks>
469
+ <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
470
+ </configuration>
471
+ <executions>
472
+ <execution>
473
+ <goals>
474
+ <goal>integration-test</goal>
475
+ <goal>verify</goal>
476
+ </goals>
477
+ </execution>
478
+ </executions>
479
+ </plugin>
480
</plugins>
481
</build>
482
0 commit comments