Skip to content

Commit

Permalink
edit pom.yml according to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed Dec 7, 2023
1 parent b4e8f4b commit f494a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<sonar.pluginOrganizationName>CNES</sonar.pluginOrganizationName>
<sonar.sources>src/main/java</sonar.sources>
<sonar.test>src/test/java</sonar.test>
<sonar.organization>lequal</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.skipDependenciesPackaging>true</sonar.skipDependenciesPackaging>
<sonar.pluginClass>fr.cnes.sonar.plugin.ReportSonarPlugin</sonar.pluginClass>
<app.mainClass>fr.cnes.sonar.report.ReportCommandLine</app.mainClass>
Expand Down

0 comments on commit f494a9b

Please sign in to comment.