This is an automated email from the ASF dual-hosted git repository.

cesarhernandezgt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 6db308b  TOMEE-2974 - set file.encoding=UTF-8 for tests executed via 
surefire
     new a421b36  Merge pull request #764 from rzo1/TOMEE-2974
6db308b is described below

commit 6db308b73a7430ae5d721b712c425815fa3aff4a
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Mar 5 19:59:03 2021 +0100

    TOMEE-2974 - set file.encoding=UTF-8 for tests executed via surefire
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8bb2598..528663a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,6 +446,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <argLine>-Dfile.encoding=UTF-8</argLine>
           <trimStackTrace>false</trimStackTrace>
           <reuseForks>false</reuseForks>
           <!-- to be removed when all test lifecycles are fixed -->

Reply via email to