This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8b6f8b0 SLING-9414 don't use additional mvn params for Sonar run
new a530f47 Merge branch 'master' of [email protected]:apache/sling-site.git
8b6f8b0 is described below
commit 8b6f8b0c86a1a2741028045dacce8fafb2ff546c
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon May 4 15:07:30 2020 +0200
SLING-9414 don't use additional mvn params for Sonar run
---
.sling-module.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/.sling-module.json b/.sling-module.json
index c06c71a..7e5badd 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,6 +1,7 @@
{
"jenkins": {
"mavenGoal": "package",
+ "sonarQubeUseAdditionalMavenParams": false,
"branches": {
"master": {
"nodeLabel": "git-websites",