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