Adding sonar step to the release job
authorJulienBe <jb379x@att.com>
Tue, 7 Feb 2017 10:53:25 +0000 (02:53 -0800)
committerJulienBe <jb379x@att.com>
Tue, 7 Feb 2017 14:33:23 +0000 (06:33 -0800)
Change-Id: Iec1a881f5c9bb8aac5557eee4da32b56e499d5a0
Signed-off-by: JulienBe <jb379x@att.com>
jjb/global-templates-java.yaml

index a239d0c..039bc2e 100644 (file)
 
       - maven-target:
           maven-version: 'mvn33'
-          goals: 'clean deploy'
+          goals: 'clean deploy sonar:sonar -Dsonar.host.url=https://sonar.openecomp.org'
           properties:
             - '{maven-deploy-properties}'
           settings: '{mvn-settings}'