From 60be908db452777d4d6a8d75fe17dafd0161a289 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 5 May 2016 10:08:13 +0200 Subject: [PATCH] Revert "Enable batch mode for distribution and validate" This reverts commit 329c360d5169af2d8678bd7386eadf582ff47e4f. -B is not a java option Change-Id: I5f2d743602222876952613b306e32bd9e17c68ad Signed-off-by: Vratko Polak --- jjb-templates/distribution-check.yaml | 2 +- jjb-templates/validate-autorelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb-templates/distribution-check.yaml b/jjb-templates/distribution-check.yaml index 068d73a98..7cbe2c609 100644 --- a/jjb-templates/distribution-check.yaml +++ b/jjb-templates/distribution-check.yaml @@ -85,7 +85,7 @@ maven-name: '{mvn33}' root-pom: 'distribution/pom.xml' goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-B -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}' ignore-upstream-changes: true diff --git a/jjb-templates/validate-autorelease.yaml b/jjb-templates/validate-autorelease.yaml index dc577bd66..de17a9a0c 100644 --- a/jjb-templates/validate-autorelease.yaml +++ b/jjb-templates/validate-autorelease.yaml @@ -90,7 +90,7 @@ maven-name: '{mvn33}' root-pom: 'pom.xml' goals: 'clean validate -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-B -Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + maven-opts: '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' automatic-archiving: false -- 2.36.6