Skip to content

Commit

Permalink
Closes Taskana#2271: xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenv committed Mar 7, 2024
1 parent b7d2c5c commit 2467a7d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
<version.oracle>23.3.0.23.09</version.oracle>

<!-- sonar settings -->
<sonar.projectKey>${env.SONAR_PROJECT_KEY}</sonar.projectKey>
<sonar.organization>${env.SONAR_ORGANIZATION}</sonar.organization>
<sonar.projectKey>mm1277</sonar.projectKey>
<sonar.organization>MM1277_taskana</sonar.organization>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Expand All @@ -120,9 +120,7 @@
<sonar.sources>src/main/java</sonar.sources>
<sonar.tests>src/test/java</sonar.tests>
<sonar.exclusions>
org/camunda/bpm/dmn/**/*,
**/example/**/*,
**/*Example*
org/camunda/bpm/dmn/**/*, **/example/**/*, **/*Example*
</sonar.exclusions>
</properties>

Expand Down

0 comments on commit 2467a7d

Please sign in to comment.