Skip to content

Commit

Permalink
EA-3534 add sonar urls and organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Aug 2, 2023
1 parent 4061051 commit cfdbb46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<sonar.coverage.jacoco.xmlReportPaths>${aggregate.report.xml}</sonar.coverage.jacoco.xmlReportPaths>
<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.host.url>https://sonarcloud.io</sonar.host.url>
<!-- Exclude POJOs code duplication analysis -->
<sonar.cpd.exclusions>**/model/**/*</sonar.cpd.exclusions>
<api.commons.version>0.3.21</api.commons.version>
<jackson.version>2.11.4</jackson.version>
<spring-boot.version>3.1.2</spring-boot.version>
Expand Down

0 comments on commit cfdbb46

Please sign in to comment.