Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-06 13:49:34 +0000
committerAlexander Kurtakov2017-07-06 13:49:44 +0000
commit2ab4ee3ee208af923e6be98082c5015763fee5fc (patch)
tree90ba6f963d80afb33b87066da0de74f5e1cb493a
parent8bc101d6d17ad34b442451c32bb0ca2e56579c1c (diff)
downloadeclipse.platform.releng.aggregator-2ab4ee3ee208af923e6be98082c5015763fee5fc.tar.gz
eclipse.platform.releng.aggregator-2ab4ee3ee208af923e6be98082c5015763fee5fc.tar.xz
eclipse.platform.releng.aggregator-2ab4ee3ee208af923e6be98082c5015763fee5fc.zip
Revert "Disable Maven debug output."
-rwxr-xr-xproduction/sdk/bootstrap/mb4I_hudson_photon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/bootstrap/mb4I_hudson_photon.sh b/production/sdk/bootstrap/mb4I_hudson_photon.sh
index 34ed329ca..476c1214b 100755
--- a/production/sdk/bootstrap/mb4I_hudson_photon.sh
+++ b/production/sdk/bootstrap/mb4I_hudson_photon.sh
@@ -101,7 +101,7 @@ export ALL_PROXY=${ALL_PROXY:-proxy.eclipse.org:9898}
# default (later) is set to 'true'.
# set to false here for less output.
# setting to false until bug 495750 is fixed, else too much output.
-export MVN_DEBUG=false
+# export MVN_DEBUG=false
export PRODUCTION_SCRIPTS_DIR=production

Back to the top