You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/31 14:22:56 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Do not skip sonar, the module is indeed registered at https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-launchpad-testing and it's green there already, not sure what causes it to be marked UNSTABLE at https://builds.apache.org/job/Sling/job/sling-org-apache-sling-launchpad-testing/job/master/556/console

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 2391432  Do not skip sonar, the module is indeed registered at https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-launchpad-testing and it's green there already, not sure what causes it to be marked UNSTABLE at https://builds.apache.org/job/Sling/job/sling-org-apache-sling-launchpad-testing/job/master/556/console
2391432 is described below

commit 23914328c5b2c067409284d7c4e40d27ccfaf5d3
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 31 15:21:22 2020 +0100

    Do not skip sonar, the module is indeed registered at
    https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-launchpad-testing
    and it's green there already, not sure what causes it to be marked UNSTABLE
    at https://builds.apache.org/job/Sling/job/sling-org-apache-sling-launchpad-testing/job/master/556/console
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c53b34..5651af6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,6 @@
         <!-- optionally exclude some integration tests  -->
         <failsafe.exclude />
 
-        <!-- sonar analysis probably doesn't make sense for this module as it's tests only -->
-        <sonar.skip>true</sonar.skip>
-
         <slf4j.version>1.7.6</slf4j.version>
         <logback.version>1.1.2</logback.version>