|
32 | 32 | <github.global.server>github</github.global.server> |
33 | 33 | <site.installationModule>google-cloud-bigquery-jdbc</site.installationModule> |
34 | 34 | <skipShade>false</skipShade> |
35 | | - <preferIpv4.test.argLine>-Djava.net.preferIPv4Stack=true</preferIpv4.test.argLine> |
36 | 35 | </properties> |
37 | 36 |
|
38 | 37 | <build> |
|
48 | 47 | <artifactId>maven-surefire-plugin</artifactId> |
49 | 48 | <version>3.5.2</version> |
50 | 49 | <configuration> |
51 | | - <argLine>@{argLine} ${preferIpv4.test.argLine}</argLine> |
52 | 50 | <skip>${skipSurefire}</skip> |
53 | 51 | <systemPropertyVariables> |
54 | 52 | <JDBC_TESTS>true</JDBC_TESTS> |
|
59 | 57 | <groupId>org.apache.maven.plugins</groupId> |
60 | 58 | <artifactId>maven-failsafe-plugin</artifactId> |
61 | 59 | <configuration> |
62 | | - <argLine>@{argLine} ${preferIpv4.test.argLine}</argLine> |
63 | 60 | <systemPropertyVariables> |
64 | 61 | <JDBC_TESTS>true</JDBC_TESTS> |
65 | 62 | </systemPropertyVariables> |
|
480 | 477 | <groupId>org.apache.maven.plugins</groupId> |
481 | 478 | <artifactId>maven-surefire-plugin</artifactId> |
482 | 479 | <configuration> |
483 | | - <argLine>@{argLine} ${preferIpv4.test.argLine} --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</argLine> |
| 480 | + <argLine>--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</argLine> |
484 | 481 | </configuration> |
485 | 482 | </plugin> |
486 | 483 | <plugin> |
487 | 484 | <groupId>org.apache.maven.plugins</groupId> |
488 | 485 | <artifactId>maven-failsafe-plugin</artifactId> |
489 | 486 | <configuration> |
490 | | - <argLine>@{argLine} ${preferIpv4.test.argLine} --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</argLine> |
| 487 | + <argLine>--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</argLine> |
491 | 488 | </configuration> |
492 | 489 | </plugin> |
493 | 490 | </plugins> |
|
0 commit comments