Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-28 15:26:31 +0000
committerDavid Williams2013-02-28 15:26:31 +0000
commit0b7139aef0ec26a536ab1557fa2c153c30abda42 (patch)
tree017251cace295e47fa1c473efbfdee4ac6075de9 /production/run-maven-build.sh
parent21d932ac9a25a9684ea78617d10ca1785f2e0ec5 (diff)
downloadeclipse.platform.releng.aggregator-0b7139aef0ec26a536ab1557fa2c153c30abda42.tar.gz
eclipse.platform.releng.aggregator-0b7139aef0ec26a536ab1557fa2c153c30abda42.tar.xz
eclipse.platform.releng.aggregator-0b7139aef0ec26a536ab1557fa2c153c30abda42.zip
Bug 394831 - [cbi] Platform parent should be renamed (should no longer
need to "install" it.
Diffstat (limited to 'production/run-maven-build.sh')
-rw-r--r--production/run-maven-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index fa569bd25..6c4341b28 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -31,8 +31,6 @@ if [ -z "$BUILD_ID" ]; then
BUILD_ID=$(fn-build-id "$BUILD_TYPE" )
fi
-#fn-maven-parent-install "$aggDir" "$LOCAL_REPO"
-
fn-maven-build-aggregator "$BUILD_ID" "$aggDir" "$LOCAL_REPO" $COMPARATOR $SIGNING $UPDATE_BRANDING $MAVEN_BREE
exitCode=$?

Back to the top