trying to make openshift build faster

This commit is contained in:
Athou
2013-05-25 15:54:19 +02:00
parent 89c4f999f0
commit 7a339f2e16

View File

@@ -3,4 +3,5 @@
# 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=true"
export MAVEN_ARGS="clean package -Popenshift -Pprod -DskipTests=true"
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"