Skip to content

Commit

Permalink
Set sonar properties inparent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Sep 18, 2024
1 parent 7973453 commit 6086ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>bcgov_nr-bcws-wfprev</sonar.projectKey>
<sonar.sources>server/wfprev-api/src/main/java</sonar.sources>
<sonar.tests>server/wfprev-api/src/test</sonar.tests>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>

<build>
Expand Down
1 change: 0 additions & 1 deletion server/wfprev-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</scm>
<properties>
<java.version>17</java.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6086ad0

Please sign in to comment.