From e7138f4cfc1d312ff1faa591a48fc35b0b32fdb8 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 27 Jan 2016 06:52:09 -0700 Subject: [PATCH] Archive target/ dirs and keep pax-exam unpack area Change-Id: I2f9eb1ce744881da675551bef420e1ccbbf172bf Signed-off-by: Ed Warnicke --- jjb/honeycomb/honeycomb.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 01aa04bae..12f112290 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -44,12 +44,14 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true' maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{honeycomb-settings}' global-settings: '{global-settings}' publishers: + - archive-artifacts: + artifacts: '**/target/**' - findbugs - email-notification: email-prefix: '[honeycomb]' @@ -91,7 +93,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true' maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{honeycomb-settings}' global-settings: '{global-settings}' @@ -100,6 +102,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/**' - email-notification: email-prefix: '[honeycomb]' - maven-deploy: -- 2.16.6