Skip to content

Commit ecbfd3a

Browse files
committed
Review comments and copyright
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 2be6f59 commit ecbfd3a

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

microprofile/tests/server/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,4 @@
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>

microprofile/tests/tck/tck-config/src/test/tck-suite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

0 commit comments

Comments
 (0)