Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-15 05:01:13 +0000
committerDavid Williams2015-03-15 05:01:13 +0000
commitd13181b2dbac851bba95dc11d9b5232066b6b442 (patch)
tree050a8a3eaf879eace7cf3ecadd1b52510500e2d5
parentbbd067d691b25dd842982be2745bafa80c4e484d (diff)
downloadeclipse.platform.releng.aggregator-d13181b2dbac851bba95dc11d9b5232066b6b442.tar.gz
eclipse.platform.releng.aggregator-d13181b2dbac851bba95dc11d9b5232066b6b442.tar.xz
eclipse.platform.releng.aggregator-d13181b2dbac851bba95dc11d9b5232066b6b442.zip
[releng] improve mirror setting handling
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 03eadf507..a6adeae8d 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -53,7 +53,7 @@ export ANT_OPTS=${ANT_OPTS:-"-Dbuild.sysclasspath=ignore -Dincludeantruntime=fal
# remember, MaxPermSize is specific to "Oracle VMs". It has to be removed (or over ridden)
# for other VMs or the VM might fail to start due to unrecognized -XX option.
# Normally should not use -Declipse.p2.mirrors=false, especially on a regular basis.
-export MAVEN_OPTS=${MAVEN_OPTS:--Xmx2560m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore}
+export MAVEN_OPTS=${MAVEN_OPTS:--Xmx3072m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR} -Dtycho.localArtifacts=ignore ${MIRROR_SETTING}}
export MAVEN_PATH=${MAVEN_PATH:-/shared/common/apache-maven-3.1.1/bin}

Back to the top