Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-06 10:20:51 +0000
committerAlexander Kurtakov2017-07-06 10:21:31 +0000
commit3455ada454f7ca47e7bce31b46c255bdc5d60b90 (patch)
tree4a92087b253fb64709f20d8eba537f87a7420eff
parentd3a674f143f9f0735d78f1953920c9d1117eae59 (diff)
downloadeclipse.platform.releng.aggregator-3455ada454f7ca47e7bce31b46c255bdc5d60b90.tar.gz
eclipse.platform.releng.aggregator-3455ada454f7ca47e7bce31b46c255bdc5d60b90.tar.xz
eclipse.platform.releng.aggregator-3455ada454f7ca47e7bce31b46c255bdc5d60b90.zip
Disable Maven debug output.
Change-Id: I0da4fd7293c38433b07690ec346f9c560f707237 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 476c1214b..34ed329ca 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