You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/03/05 06:23:36 UTC

maven-surefire git commit: UTF-8

Repository: maven-surefire
Updated Branches:
  refs/heads/UnicodeTestNamesIT2 1c1249fc7 -> c7b6824ad


<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c7b6824a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c7b6824a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c7b6824a

Branch: refs/heads/UnicodeTestNamesIT2
Commit: c7b6824ad7838d9b2fd93574660577878c209819
Parents: 1c1249f
Author: Tibor17 <ti...@apache.org>
Authored: Mon Mar 5 07:23:14 2018 +0100
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Mar 5 07:23:14 2018 +0100

----------------------------------------------------------------------
 surefire-its/src/test/resources/unicode-testnames/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c7b6824a/surefire-its/src/test/resources/unicode-testnames/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-its/src/test/resources/unicode-testnames/pom.xml b/surefire-its/src/test/resources/unicode-testnames/pom.xml
index 31dd0d0..c186f83 100644
--- a/surefire-its/src/test/resources/unicode-testnames/pom.xml
+++ b/surefire-its/src/test/resources/unicode-testnames/pom.xml
@@ -30,6 +30,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
   </properties>