Skip to content

Commit

Permalink
Configure properly project key in SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
okmoch_pure committed Nov 6, 2023
1 parent 8461119 commit 3443d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

<sonar.organization>kmoco2am</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>kmoco2am_sonar-r-plugin</sonar.projectKey>
<sonar.sources>src/main/java</sonar.sources>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand Down Expand Up @@ -182,7 +183,6 @@
<version>1.21.0.505</version>
<extensions>true</extensions>
<configuration>
<pluginKey>kmoco2am_sonar-r-plugin</pluginKey>
<pluginClass>com.msd.gin.common.sonar.SonarRPlugin</pluginClass>

<!-- advanced properties can be set here. See paragraph "Advanced Build Properties". -->
Expand Down

0 comments on commit 3443d54

Please sign in to comment.