Skip to content

Commit de5e4b9

Browse files
committed
revert pom.xml
1 parent 3301572 commit de5e4b9

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

google-cloud-spanner/pom.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@
505505
<classpathScope>test</classpathScope>
506506
<executable>java</executable>
507507
<arguments>
508-
<argument>-classpath</argument>
509-
<classpath/>
510-
<argument>org.openjdk.jmh.Main</argument>
511-
<argument>${benchmark.name}</argument>
508+
<argument>-classpath</argument>
509+
<classpath/>
510+
<argument>org.openjdk.jmh.Main</argument>
511+
<argument>${benchmark.name}</argument>
512512
</arguments>
513513
</configuration>
514514
</execution>
@@ -533,44 +533,44 @@
533533
<profile>
534534
<id>slow-tests</id>
535535
<build>
536-
<plugins>
537-
<plugin>
538-
<groupId>org.apache.maven.plugins</groupId>
539-
<artifactId>maven-surefire-plugin</artifactId>
540-
<executions>
541-
<execution>
542-
<id>default-test</id>
543-
<configuration>
544-
<groups>com.google.cloud.spanner.SlowTest</groups>
545-
</configuration>
546-
</execution>
547-
</executions>
548-
</plugin>
549-
<plugin>
550-
<groupId>org.apache.maven.plugins</groupId>
551-
<artifactId>maven-failsafe-plugin</artifactId>
552-
<executions>
553-
<execution>
554-
<id>default</id>
555-
<configuration>
556-
<groups>com.google.cloud.spanner.SlowTest</groups>
557-
<!-- Overrides default configuration to allow slow integration tests more time -->
558-
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
559-
</configuration>
560-
</execution>
561-
<!-- Overrides default configuration to skip this step -->
562-
<execution>
563-
<id>parallel-integration-test</id>
564-
<goals>
565-
<goal>integration-test</goal>
566-
</goals>
567-
<configuration>
568-
<skipTests>true</skipTests>
569-
</configuration>
570-
</execution>
571-
</executions>
572-
</plugin>
573-
</plugins>
536+
<plugins>
537+
<plugin>
538+
<groupId>org.apache.maven.plugins</groupId>
539+
<artifactId>maven-surefire-plugin</artifactId>
540+
<executions>
541+
<execution>
542+
<id>default-test</id>
543+
<configuration>
544+
<groups>com.google.cloud.spanner.SlowTest</groups>
545+
</configuration>
546+
</execution>
547+
</executions>
548+
</plugin>
549+
<plugin>
550+
<groupId>org.apache.maven.plugins</groupId>
551+
<artifactId>maven-failsafe-plugin</artifactId>
552+
<executions>
553+
<execution>
554+
<id>default</id>
555+
<configuration>
556+
<groups>com.google.cloud.spanner.SlowTest</groups>
557+
<!-- Overrides default configuration to allow slow integration tests more time -->
558+
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
559+
</configuration>
560+
</execution>
561+
<!-- Overrides default configuration to skip this step -->
562+
<execution>
563+
<id>parallel-integration-test</id>
564+
<goals>
565+
<goal>integration-test</goal>
566+
</goals>
567+
<configuration>
568+
<skipTests>true</skipTests>
569+
</configuration>
570+
</execution>
571+
</executions>
572+
</plugin>
573+
</plugins>
574574
</build>
575575
</profile>
576576
<profile>

0 commit comments

Comments
 (0)