From b1508479a71de68494c255711f6f406843a36f2c Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Wed, 8 Jan 2020 00:01:05 +0000 Subject: [PATCH] try to set sonar settings via maven properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872477 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/pom.xml | 6 ++++++ sonar/sonar-project.properties | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 sonar/sonar-project.properties 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 @@ true + apache + poi-parent + https://sonarcloud.io + target/jacoco.exec + target/site/jacoco/jacoco.xml + 3.1.0 4.13 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 -- 2.39.5