Repository: maven-integration-testing
Updated Branches:
  refs/heads/master fba72aed2 -> a6aca2894


o Updated to run the ITs using the POSIX locale.


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

Branch: refs/heads/master
Commit: fc323c48aca97cec66fe12a07bd913bfbb235e96
Parents: fba72ae
Author: Christian Schulte <schu...@apache.org>
Authored: Sat Dec 12 19:21:06 2015 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Sat Dec 12 19:21:06 2015 +0100

----------------------------------------------------------------------
 run-its.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/fc323c48/run-its.sh
----------------------------------------------------------------------
diff --git a/run-its.sh b/run-its.sh
index 76de23d..cc79c2a 100755
--- a/run-its.sh
+++ b/run-its.sh
@@ -21,8 +21,8 @@
 
 # How I run the ITs from a clean slate. Though I do this with a primed Nexus 
instance. JvZ.
 
-mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo
+env LANG=C mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo
 
 # If behind a proxy try this
 
-# mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo 
-Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> 
-Dproxy.user= -Dproxy.pass=
+# env LANG=C mvn clean install -Prun-its,embedded 
-Dmaven.repo.local=`pwd`/repo -Dproxy.active=true -Dproxy.type=http 
-Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass=

Reply via email to