Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-02-10 11:08:25 +0000
committerAlexander Kurtakov2017-02-10 11:08:25 +0000
commit0798da6971a17aaf9ebe2bb50025c34c1da80b75 (patch)
tree79ba10abc9d417470b8cc8a1d0a7f9a325a82acd /production/build-functions.shsource
parent2e37bc511edae8fa9cd8663131f03df0b8cb8fe9 (diff)
downloadeclipse.platform.releng.aggregator-0798da6971a17aaf9ebe2bb50025c34c1da80b75.tar.gz
eclipse.platform.releng.aggregator-0798da6971a17aaf9ebe2bb50025c34c1da80b75.tar.xz
eclipse.platform.releng.aggregator-0798da6971a17aaf9ebe2bb50025c34c1da80b75.zip
Bug 502962 - Activate build-individual-bundles profile automaticallyI20170210-0615
Change-Id: Ibe650ac065d8a4a971c9c5a2f7f089c8b894ca26 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource1
1 files changed, 1 insertions, 0 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index a1b4a9f6b..46413c861 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -430,6 +430,7 @@ fn-maven-build-aggregator ()
-Dmaven.repo.local=$LOCAL_REPO $CBI_JDT_REPO_URL_ARG $CBI_JDT_VERSION_ARG \
-Dtycho.debug.artifactcomparator -Djava.io.tmpdir=${MAVEN_TMP_DIR}\
-Dcbi.jarsigner.continueOnFail=true -Djgit.dirtyWorkingTree=error \
+ -DaggregatorBuild=true \
-DbuildTimestamp="${TIMESTAMP}" -DbuildType="${BUILD_TYPE}" -DbuildId="${BUILD_ID}" -Declipse-p2-repo.url="NOT_FOR_PRODUCTION_USE" ${FORCEQUALIFIERARG} ${CODE_WARNINGS} ${JAVA_DOC_TOOL}
rc=$?
popd

Back to the top