Skip to content

Commit

Permalink
project key cannot be sent both as property and in command line (check
Browse files Browse the repository at this point in the history
github action)
  • Loading branch information
GordeaS authored and GordeaS committed Mar 19, 2024
1 parent 2d7eef3 commit efdc778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@
<sonar.java.pmd.reportPaths>${project.build.directory}/pmd.xml</sonar.java.pmd.reportPaths>
<sonar.java.spotbugs.reportPaths>${project.build.directory}/spotbugsXml.xml</sonar.java.spotbugs.reportPaths>
<sonar.organization>europeana</sonar.organization>
<!-- project key cannot be sent both as property and in command line (check github action) -->
<!--
<sonar.projectKey>europeana_set-api</sonar.projectKey>

-->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- Exclude POJOs code duplication analysis -->
<sonar.cpd.exclusions>**/model/**/*</sonar.cpd.exclusions>
Expand Down

0 comments on commit efdc778

Please sign in to comment.