Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-20 05:29:57 +0000
committerDavid Williams2013-02-20 05:29:57 +0000
commit7fe89e762c5436d538d98ea7df4abd552a8b7e0c (patch)
treeccaa26bf627b6751a8ef22f24527db4008273ec6 /production/run-maven-build.sh
parent608d0d3cb7fae26e79c800a1ca3c071198b65f54 (diff)
downloadeclipse.platform.releng.aggregator-7fe89e762c5436d538d98ea7df4abd552a8b7e0c.tar.gz
eclipse.platform.releng.aggregator-7fe89e762c5436d538d98ea7df4abd552a8b7e0c.tar.xz
eclipse.platform.releng.aggregator-7fe89e762c5436d538d98ea7df4abd552a8b7e0c.zip
Bug 399893 - Move maven-cbi-plugin to org.eclipse.cbi (Update POMs)
Diffstat (limited to 'production/run-maven-build.sh')
-rw-r--r--production/run-maven-build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index 43ce41883..46ba3dc33 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -33,11 +33,11 @@ if [ -z "$BUILD_ID" ]; then
BUILD_ID=$(fn-build-id "$BUILD_TYPE" )
fi
-if $SIGNING; then
- fn-maven-signer-install "$signingDir" "$LOCAL_REPO"
-fi
+#if $SIGNING; then
+ # fn-maven-signer-install "$signingDir" "$LOCAL_REPO"
+#fi
-fn-maven-cbi-install "$aggDir" "$LOCAL_REPO"
+#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

Back to the top