Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-05 07:08:03 +0000
committerSravan Kumar Lakkimsetti2019-12-05 07:08:03 +0000
commitac80bae9e4912c72d5c1c776a469fea9cc1a1267 (patch)
treeb9d7edec805f9e30fe6a14067d1cd1372ed3bab3 /cje-production
parent8300d7ad245a04b591c07556efa64799ae8a2b66 (diff)
downloadeclipse.platform.releng.aggregator-ac80bae9e4912c72d5c1c776a469fea9cc1a1267.tar.gz
eclipse.platform.releng.aggregator-ac80bae9e4912c72d5c1c776a469fea9cc1a1267.tar.xz
eclipse.platform.releng.aggregator-ac80bae9e4912c72d5c1c776a469fea9cc1a1267.zip
Bug 553757 - Migrate I-builds to new infra
Change-Id: If84ebd25f8dcc0ace78c9d23679d8e0ea9e72787 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rw-r--r--cje-production/buildproperties.txt4
-rwxr-xr-xcje-production/mbscripts/mb220_buildSdkPatch.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index a567cc496..81906f66a 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -47,3 +47,7 @@ WEBTOOLS_REPO="http://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.
WEBTOOLS_VER="1.2.0.v201405010053"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="http://download.eclipse.org/eclipse/updates/4.14-I-builds/"
+
+#Maven parameters
+MAVEN_OPTS="-Xms2048m -Xmx4096m "
+JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11_x64-latest/bin/javadoc"
diff --git a/cje-production/mbscripts/mb220_buildSdkPatch.sh b/cje-production/mbscripts/mb220_buildSdkPatch.sh
index c7ad10819..8cef68919 100755
--- a/cje-production/mbscripts/mb220_buildSdkPatch.sh
+++ b/cje-production/mbscripts/mb220_buildSdkPatch.sh
@@ -41,4 +41,5 @@ mvn clean verify -DskipTests=true ${MVN_ARGS} \
-DbuildTimestamp=$TIMESTAMP \
-DbuildType=$BUILD_TYPE \
-DbuildId=$BUILD_ID \
- -Declipse-p2-repo.url=NOT_FOR_PRODUCTION_USE
+ -Declipse-p2-repo.url=NOT_FOR_PRODUCTION_USE \
+ ${JAVA_DOC_TOOL}

Back to the top