remove useless option
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
65e9bba44c
commit
d5130f1f44
|
@ -92,7 +92,7 @@ DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=fa
|
|||
# DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/"
|
||||
|
||||
# Uncomment for Java 1.7
|
||||
export MAVEN_OPTS="-Xmx8g -Xms8g -client"
|
||||
export MAVEN_OPTS="-Xmx8g -Xms8g"
|
||||
|
||||
echo ""
|
||||
echo "-----------------------------------------------"
|
||||
|
|
Loading…
Reference in New Issue