Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2019-05-04 14:49:02 +0000
committerSravan Kumar Lakkimsetti2019-05-06 03:04:26 +0000
commit0ff7be0edbf3f08547eb88ac1af0b4631235faa3 (patch)
tree8f22a9e474b63e17f60c9bc2f29114d5e0a4f60b /cje-production
parent1a3c51469b6308e5a596477cc6303093e35bc9ae (diff)
downloadeclipse.platform.releng.aggregator-0ff7be0edbf3f08547eb88ac1af0b4631235faa3.tar.gz
eclipse.platform.releng.aggregator-0ff7be0edbf3f08547eb88ac1af0b4631235faa3.tar.xz
eclipse.platform.releng.aggregator-0ff7be0edbf3f08547eb88ac1af0b4631235faa3.zip
Bug 546977 - comparator log files not generated
Change-Id: Idac10f01170f7def5be19b9013cacd4fdfda837c Signed-off-by: kitlo <kitlo@us.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb220_buildSdkPatch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb220_buildSdkPatch.sh b/cje-production/mbscripts/mb220_buildSdkPatch.sh
index e2f8749ae..53b9c87ef 100755
--- a/cje-production/mbscripts/mb220_buildSdkPatch.sh
+++ b/cje-production/mbscripts/mb220_buildSdkPatch.sh
@@ -25,6 +25,7 @@ source $1
cd $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator
mvn clean verify -DskipTests=true -Pbree-libs \
-Dtycho.debug.artifactcomparator \
+ -Dtycho.localArtifacts=ignore \
-Dcbi.jarsigner.continueOnFail=true \
-Djgit.dirtyWorkingTree=error \
-Dmaven.repo.local=$LOCAL_REPO \

Back to the top