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 4522ee4 Skip Sonar analysis, I don't think it makes sense for this
module and causes an UNSTABLE build due to sling-tooling-jenkins changes
4522ee4 is described below
commit 4522ee48eb5ac80cf109995c83a8f6723eb2e78a
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Jan 27 17:01:36 2020 +0100
Skip Sonar analysis, I don't think it makes sense for this module and
causes an UNSTABLE build due to sling-tooling-jenkins changes
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5651af6..5c53b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,9 @@
<!-- 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>