File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 502
502
<includes >
503
503
<include >**/*Test.java</include >
504
504
</includes >
505
- <argLine >${maven-surefire-plugin.argLine} ${maven-surefire-plugin.argLine.add-modules} ${maven-surefire-plugin.argLine.add-opens} </argLine >
505
+ <argLine >${maven-surefire-plugin.argLine} </argLine >
506
506
</configuration >
507
507
</plugin >
508
508
<plugin >
924
924
<!-- Use Groovy 2.4.8-SNAPSHOT for JDK 9. To be removed once 2.4.8 is officially released. -->
925
925
<groovy .version>2.4.8-SNAPSHOT</groovy .version>
926
926
</properties >
927
+ <build >
928
+ <pluginManagement >
929
+ <plugins >
930
+ <plugin >
931
+ <artifactId >maven-surefire-plugin</artifactId >
932
+ <version >${maven-surefire-plugin.version} </version >
933
+ <configuration >
934
+ <argLine >${maven-surefire-plugin.argLine} ${maven-surefire-plugin.argLine.add-modules} ${maven-surefire-plugin.argLine.add-opens} </argLine >
935
+ </configuration >
936
+ </plugin >
937
+ </plugins >
938
+ </pluginManagement >
939
+ </build >
927
940
<!--
928
941
Add JFrog snapshots repository for Groovy 2.4.8-SNAPSHOT.
929
942
To be removed once 2.4.8 is officially released.
Original file line number Diff line number Diff line change 243
243
</property >
244
244
</activation >
245
245
<properties >
246
- <maven-surefire-plugin .argLine.add-opens>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED </maven-surefire-plugin .argLine.add-opens >
246
+ <maven-surefire-plugin .argLine>-Xmx1024m -Djava.util.logging.manager=org.jboss.logmanager.LogManager </maven-surefire-plugin .argLine>
247
247
<arquillian .protocol>Servlet 3.0</arquillian .protocol>
248
248
</properties >
249
249
<dependencies >
339
339
<groupId >org.apache.maven.plugins</groupId >
340
340
<artifactId >maven-surefire-plugin</artifactId >
341
341
<configuration >
342
- <argLine >-Xmx1024m -Djava.util.logging.manager=org.jboss.logmanager.LogManager ${maven-surefire-plugin.argLine.add-modules} ${maven-surefire-plugin.argLine.add-opens} </argLine >
343
342
<forkMode >once</forkMode >
344
343
<systemPropertyVariables >
345
344
<arquillian .launch>incontainer</arquillian .launch>
355
354
<jdk >9</jdk >
356
355
</activation >
357
356
<properties >
357
+ <maven-surefire-plugin .argLine.add-opens>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED</maven-surefire-plugin .argLine.add-opens>
358
358
<tck .suite.file>${project.build.directory} /test-classes/tck-tests-jdk9.xml</tck .suite.file>
359
359
</properties >
360
360
</profile >
You can’t perform that action at this time.
0 commit comments