Skip to content

Commit

Permalink
Merge pull request #1281 from DependencyTrack/remove-sonar-props
Browse files Browse the repository at this point in the history
Remove Sonar properties
  • Loading branch information
nscuro authored May 28, 2024
2 parents bcb83f3 + 34c123a commit 07fb3d3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,6 @@
<scm.developer.connection>scm:git:ssh://[email protected]/DependencyTrack/hyades.git</scm.developer.connection>
<scm.url>https://github.com/DependencyTrack/hyades.git</scm.url>

<!-- SonarCloud -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>dependency-track</sonar.organization>
<sonar.projectKey>dependency-track_hyades</sonar.projectKey>
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
<sonar.coverage.jacoco.xmlReportPaths>**/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.exclusions>e2e/**/*</sonar.exclusions>
<!--
Quarkus extensions are tested in their deployment module,
but those tests won't report any coverage for the runtime module.
-->
<sonar.coverage.exclusions>quarkus-extensions/*/runtime/**/*</sonar.coverage.exclusions>

<skipITs>true</skipITs>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
</properties>
Expand Down

0 comments on commit 07fb3d3

Please sign in to comment.