Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-14 14:24:09 +0000
committerDavid Williams2013-02-14 14:24:09 +0000
commite34d3b703987298fdbeebbd7ec78341f591237da (patch)
tree65644b8eea56ea5231f9df68358ad5efa26e0189 /production/run-maven-build.sh
parent082c30035876073e6f29d62013d0c00e5f3ea0f6 (diff)
downloadeclipse.platform.releng.aggregator-e34d3b703987298fdbeebbd7ec78341f591237da.tar.gz
eclipse.platform.releng.aggregator-e34d3b703987298fdbeebbd7ec78341f591237da.tar.xz
eclipse.platform.releng.aggregator-e34d3b703987298fdbeebbd7ec78341f591237da.zip
Bug 400750 - [CBI] Build failing with not-obvious error
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 82eab42d0..06229e789 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -40,7 +40,7 @@ fi
fn-maven-cbi-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 )
+fn-maven-build-aggregator "$BUILD_ID" "$aggDir" "$LOCAL_REPO" $COMPARATOR $SIGNING $UPDATE_BRANDING $MAVEN_BREE
exitCode=$?
# first make sure exit code is well formed

Back to the top