Skip to content

Commit 73506de

Browse files
committed
One more go using sonar-maven-plugin 5.5
1 parent c9d230c commit 73506de

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
paths:
2323
- ~/.m2
2424
key: exomiser-{{ arch }}-{{ checksum "pom.xml" }}
25-
- run: ./mvnw sonar:sonar -Dsonar.token=$SONAR_TOKEN
25+
- run: ./mvnw sonar:sonar -Dsonar.token=$SONAR_TOKEN \
26+
-Dsonar.host.url=https://sonarcloud.io \
27+
-Dsonar.organization=exomiser \
28+
-Dsonar.projectKey=org.monarchinitiative.exomiser:exomiser
2629
#Save junit xml
2730
- run: mkdir -p $CIRCLE_TEST_REPORTS/junit/
2831
- run: find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/ \;

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<project.organization>The Monarch Initiative</project.organization>
9393
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
9494
<sonar.organization>exomiser</sonar.organization>
95+
<sonar.projectKey>org.monarchinitiative.exomiser:exomiser</sonar.projectKey>
9596
<sonar.language>java</sonar.language>
9697
<jannovar.version>0.41</jannovar.version>
9798
<svart.version>2.0.0-RC7</svart.version>
@@ -310,7 +311,7 @@
310311
<plugin>
311312
<groupId>org.sonarsource.scanner.maven</groupId>
312313
<artifactId>sonar-maven-plugin</artifactId>
313-
<version>3.7.0.1746</version>
314+
<version>5.5.0.6356</version>
314315
</plugin>
315316
<plugin>
316317
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)