Move projects to gerrit-maven-sonar
The current Sonar goal in release-version-java-daily
has a lot of issues when running for projects in more than
one branch.
Remove sonar task from release-version-java-daily and use
global-jjb gerrit-maven-sonar job instead.
Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb
Issue-ID: CIMAN-126
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml
index 6ca5a06..5d921e7 100644
--- a/jjb/dmaap/dmaap-dbcapi.yaml
+++ b/jjb/dmaap/dmaap-dbcapi.yaml
@@ -21,3 +21,14 @@
mvn-settings: 'dmaap-dbcapi-settings'
files: '**'
archive-artifacts: ''
+- project:
+ name: dmaap-dbcapi-sonar
+ jobs:
+ - gerrit-maven-sonar
+ java-version: ''
+ project: 'dmaap/dbcapi'
+ project-name: 'dmaap-dbcapi'
+ branch: 'master'
+ mvn-settings: 'dmaap-dbcapi-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file