summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb/honeycomb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/honeycomb/honeycomb.yaml')
-rw-r--r--jjb/honeycomb/honeycomb.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index cfa9ae4f4..15b753d4c 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -182,7 +182,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 -Dsonar'
maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
settings: 'honeycomb-settings'
settings-type: cfp
@@ -197,6 +197,8 @@
- findbugs
publishers:
+ - sonar:
+ language: 'java'
- email-notification:
email-prefix: '[honeycomb]'
- maven-deploy:
@@ -246,7 +248,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 -Dsonar'
maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
settings: 'honeycomb-settings'
settings-type: cfp
@@ -261,6 +263,8 @@
- findbugs
publishers:
+ - sonar:
+ language: 'java'
- email-notification:
email-prefix: '[honeycomb]'
- maven-deploy: