Skip to content

Commit

Permalink
added projectKey to pom file #EA-3544
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Aug 21, 2023
1 parent 9679e26 commit 7ba0ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<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>
<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 7ba0ed6

Please sign in to comment.