diff options
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 6 | ||||
-rw-r--r-- | sonar/sonar-project.properties | 11 |
2 files changed, 6 insertions, 11 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 6c66e4dba7..eb8109e17e 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -72,6 +72,12 @@ <!-- Try to disable running SVN blame as it causes errors here because the source is copied from the actual SVN location here! --> <sonar.scm.disabled>true</sonar.scm.disabled> + <sonar.organization>apache</sonar.organization> + <sonar.projectKey>poi-parent</sonar.projectKey> + <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> + <!-- define some of the third-party or plugin-versions globally to use the same in all modules --> <xmlbeans.version>3.1.0</xmlbeans.version> <junit.version>4.13</junit.version> diff --git a/sonar/sonar-project.properties b/sonar/sonar-project.properties deleted file mode 100644 index 541d3b3825..0000000000 --- a/sonar/sonar-project.properties +++ /dev/null @@ -1,11 +0,0 @@ -# Sonar configuration file: -# see https://sonarcloud.io/documentation/analysis/scan/sonarscanner/ -# and https://sonarcloud.io/documentation/analysis/analysis-parameters/ - -# Organization and project keys are displayed in the right sidebar of the project homepage -sonar.organization=apache -sonar.projectKey=poi-parent -sonar.host.url=https://sonarcloud.io - -sonar.jacoco.reportPaths=target/jacoco.exec -sonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
\ No newline at end of file |