summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-10-03 15:26:04 +0000
committerGerrit Code Review <gerrit@fd.io>2016-10-03 15:26:04 +0000
commitb17874ac2b1363d18c62452407165bb85ebcc9e3 (patch)
treef5a2cb594b98ae0279cb575dc2b5f8403f897814
parent2fbb94cc9875397b402cebefffcb412c226f6bab (diff)
parent7f792c77ce324ca840c9c5449f19313e3788d358 (diff)
Merge "Enable mvn site for Honeycomb"
-rw-r--r--jjb/honeycomb/honeycomb.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index bb0201502..4c6785057 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -9,8 +9,10 @@
os:
- ubuntu1404:
repo-os-part: 'ubuntu.trusty.main'
+ skip-site: 'false'
- centos7:
repo-os-part: 'centos7'
+ skip-site: 'true'
stream:
- master:
branch: 'master'
@@ -63,7 +65,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 -Dkaraf.keep.unpack=true'
+ goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true site'
maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
settings: 'honeycomb-settings'
settings-type: cfp
@@ -196,7 +198,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 -Dkaraf.keep.unpack=true -Dsonar'
+ goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true -Dsonar -Dmaven.site.skip={skip-site} site -Dmaven.site.deploy.skip={skip-site} site:deploy'
maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
settings: 'honeycomb-settings'
settings-type: cfp