Skip to content

Commit

Permalink
add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
melazaar committed Dec 5, 2024
1 parent 4b56328 commit 78c8cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
**com/rte_france/antares/datamanager_back/configuration/**,
**com/rte_france/antares/datamanager_back/repository/model/**,
**com/rte_france/antares/datamanager_back/dto/**,
**com/rte_france/antares/datamanager_back/PegaseBackApplication
</sonar.exclusions>
</properties>
<dependencies>
Expand Down Expand Up @@ -193,6 +194,7 @@
<exclude>com/rte_france/antares/datamanager_back/configuration/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/repository/model/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/dto/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/PegaseBackApplication</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 78c8cc5

Please sign in to comment.