summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-26 10:28:43 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-27 09:10:44 +0000
commit7f792c77ce324ca840c9c5449f19313e3788d358 (patch)
tree40da11df2f3f00d2073d79b74815a34da0cd30b4 /jjb/honeycomb
parent980dd9e06185d22474f625d2b1abea1757dad339 (diff)
Enable mvn site for Honeycomb
To deploy site into docs.fd.io Works on top of: https://gerrit.fd.io/r/#/c/3073/ Site distribution configuration: https://gerrit.fd.io/r/#/c/3073/5/common/honeycomb-parent/pom.xml ... only Ubuntu14 deploys the site during merge job Note: using site instead of site:site, since only with site we can hook in groovy maven plugin to fix some generated links. With site:site, the groovy maven plugin does not get executed. Change-Id: Ie1086b8d20856dbe15992e67ccc0d15547ce56d3 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'jjb/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