You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2017/06/27 22:40:05 UTC

camel git commit: [CAMEL-11467] Camel-bindy tests fail depending on the locale

Repository: camel
Updated Branches:
  refs/heads/master a60fc0140 -> e5208deec


[CAMEL-11467] Camel-bindy tests fail depending on the locale

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

Branch: refs/heads/master
Commit: e5208deec9735b37cc0ca7fa3647b619f64789a8
Parents: a60fc01
Author: Guillaume Nodet <gn...@apache.org>
Authored: Tue Jun 27 21:53:11 2017 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Tue Jun 27 21:53:11 2017 +0200

----------------------------------------------------------------------
 components/camel-bindy/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e5208dee/components/camel-bindy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index 41828ec..667dc40 100755
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -92,6 +92,17 @@
 
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <argLine>-Duser.language=en -Duser.region=GB</argLine>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <profiles>
         <profile>
             <id>jdk9-build</id>
@@ -104,7 +115,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <forkedProcessTimeoutInSeconds>3000</forkedProcessTimeoutInSeconds>
-                            <argLine>--add-modules java.xml.bind,java.xml.ws.annotation --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.xml.ws.annotation/javax.annotation=ALL-UNNAMED</argLine>
+                            <argLine>-Duser.language=en -Duser.region=GB --add-modules java.xml.bind,java.xml.ws.annotation --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.xml.ws.annotation/javax.annotation=ALL-UNNAMED</argLine>
                         </configuration>
                     </plugin>
                 </plugins>