diff options
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index eb8109e17e..d5b1b90a14 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -74,6 +74,8 @@ <sonar.organization>apache</sonar.organization> <sonar.projectKey>poi-parent</sonar.projectKey> + <sonar.moduleKey>${artifactId}</sonar.moduleKey> + <sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.jacoco.reportPaths>target/jacoco.exec</sonar.jacoco.reportPaths> <sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |