From 07402e584ae909edd3b198eefed126b31db4b1f8 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 18 May 2013 18:09:45 +0200 Subject: [PATCH] actually skip tests --- .openshift/action_hooks/pre_build_jbosseap-6.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openshift/action_hooks/pre_build_jbosseap-6.0 b/.openshift/action_hooks/pre_build_jbosseap-6.0 index e59d8e70..4af3de2b 100755 --- a/.openshift/action_hooks/pre_build_jbosseap-6.0 +++ b/.openshift/action_hooks/pre_build_jbosseap-6.0 @@ -3,4 +3,4 @@ # your application. This script can be used to modify the Maven build # arguments for non-CI/Jenkins builds by exporting MAVEN_ARGS. The default # is "clean package -Popenshift -DskipTests" -export MAVEN_ARGS="clean package -Popenshift -Pprod -DskipTests" \ No newline at end of file +export MAVEN_ARGS="clean package -Popenshift -Pprod -DskipTests=true" \ No newline at end of file