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 2017/05/29 01:05:29 UTC

maven-surefire git commit: [SUREFIRE-1375] Fixing build on Windows cmd.exe

Repository: maven-surefire
Updated Branches:
  refs/heads/master 1ca8374d2 -> 63657b6e7


[SUREFIRE-1375] Fixing build on Windows cmd.exe


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

Branch: refs/heads/master
Commit: 63657b6e754c378ce26f8cc75781f29671187b17
Parents: 1ca8374
Author: Tunaki <gu...@orange.fr>
Authored: Sun May 28 21:16:46 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon May 29 01:45:22 2017 +0200

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/63657b6e/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index ff773c7..f42e682 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -105,6 +105,10 @@
                   <xsd>../maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xsd</xsd>
                   <bindingFile>../maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xjb</bindingFile>
                   <packagename>org.apache.maven.plugin.failsafe.xmlsummary</packagename>
+                  <extensionArgs>
+                    <arg>-encoding</arg>
+                    <arg>${project.build.sourceEncoding}</arg>
+                  </extensionArgs>
                 </xsdOption>
               </xsdOptions>
             </configuration>