File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 7171 <scope >test</scope >
7272 </dependency >
7373 </dependencies >
74- <build >
75- <plugins >
76- <!--
77- Override plugin to be executed every test in a new JVM.
78- This is required because there are some system property set.
79- -->
80- <plugin >
81- <groupId >org.apache.maven.plugins</groupId >
82- <artifactId >maven-surefire-plugin</artifactId >
83- <configuration >
84- <forkCount >1</forkCount >
85- <reuseForks >false</reuseForks >
86- <useModulePath >false</useModulePath >
87- <trimStackTrace >false</trimStackTrace >
88- <!-- DO NOT override argLine instead use surefire.argLine -->
89- <argLine >${surefire.argLine} ${surefire.coverage.argline} </argLine >
90- <redirectTestOutputToFile >true</redirectTestOutputToFile >
91- </configuration >
92- </plugin >
93- </plugins >
94- </build >
9574</project >
Original file line number Diff line number Diff line change 11<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
22<!--
33
4- Copyright (c) 2018, 2024 Oracle and/or its affiliates.
4+ Copyright (c) 2018, 2025 Oracle and/or its affiliates.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments