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
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>