You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/12/28 13:09:11 UTC

[maven-jenkins-lib] branch master updated: Disable sonar:sonar for now

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new c76e6de  Disable sonar:sonar for now
c76e6de is described below

commit c76e6dee0955343791c443f583c8848372f14880
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Dec 28 14:09:03 2018 +0100

    Disable sonar:sonar for now
---
 vars/asfMavenTlpPlgnBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index ca8658c..85bbd71 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -121,8 +121,8 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
   ]
   if (!first) {
     cmd += '-Dfindbugs.skip=true'
-  } else {
-    cmd += 'sonar:sonar'
+//  } else { // Requires authorization on SonarQube first
+//    cmd += 'sonar:sonar'
   }
   if (jdk == '7') {
     // Java 7u80 has TLS 1.2 disabled by default: need to explicitely enable