Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-27 23:20:33 +0000
committerDavid Williams2013-02-27 23:20:33 +0000
commit84fcc44e7b641f1f397e6621e1349736b3103e4f (patch)
tree1803e880b1c8cb2e6807cd66003836347deb25cb /production/run-maven-build.sh
parent6787da3d8b41fc76a0e2832739659f54e21a5c20 (diff)
downloadeclipse.platform.releng.aggregator-84fcc44e7b641f1f397e6621e1349736b3103e4f.tar.gz
eclipse.platform.releng.aggregator-84fcc44e7b641f1f397e6621e1349736b3103e4f.tar.xz
eclipse.platform.releng.aggregator-84fcc44e7b641f1f397e6621e1349736b3103e4f.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, 1 insertions, 1 deletions
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index d7bfb3451..fa569bd25 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -31,7 +31,7 @@ if [ -z "$BUILD_ID" ]; then
BUILD_ID=$(fn-build-id "$BUILD_TYPE" )
fi
-fn-maven-parent-install "$aggDir" "$LOCAL_REPO"
+#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