Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-10-26 03:50:49 +0000
committerDavid Williams2013-10-26 03:50:49 +0000
commitaf387d995ebe761ce86459508a79ebf7af39d61d (patch)
treeba3fcc627792bd52519a1d3400865acf84de7754 /production/run-maven-build.sh
parentdf4dd3283c67dec1136bba53df8b07cd88c68108 (diff)
downloadeclipse.platform.releng.aggregator-af387d995ebe761ce86459508a79ebf7af39d61d.tar.gz
eclipse.platform.releng.aggregator-af387d995ebe761ce86459508a79ebf7af39d61d.tar.xz
eclipse.platform.releng.aggregator-af387d995ebe761ce86459508a79ebf7af39d61d.zip
Bug 419503 - Dirty working tree: about.mappings
Removing 'UPDATE_BRANDING' as a variable since we've removed that profile. Was causing a "warning" in log.
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 fabc119e5..9a331bbc1 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -29,7 +29,7 @@ if [ -z "$BUILD_ID" ]; then
BUILD_ID=$(fn-build-id "$BUILD_TYPE" )
fi
-fn-maven-build-aggregator "$BUILD_ID" "$aggDir" "$LOCAL_REPO" $MVN_DEBUG $MVN_QUIET $SIGNING $UPDATE_BRANDING $MAVEN_BREE
+fn-maven-build-aggregator "$BUILD_ID" "$aggDir" "$LOCAL_REPO" $MVN_DEBUG $MVN_QUIET $SIGNING $MAVEN_BREE
exitCode=$?
# first make sure exit code is well formed

Back to the top