Skip to content

Commit

Permalink
Add sonar skip (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth authored Jul 16, 2024
1 parent 237f130 commit 8d6e37f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<groupId>org.polarsys</groupId>
<artifactId>org.polarsys.capella.diffmerge.defer.features</artifactId>
<packaging>pom</packaging>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
<modules>
<module>org.polarsys.capella.diffmerge.defer.feature</module>
<module>org.polarsys.capella.diffmerge.defer.tests.feature</module>
Expand Down
4 changes: 4 additions & 0 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<groupId>org.polarsys</groupId>
<artifactId>org.polarsys.capella.diffmerge.defer.plugins</artifactId>
<packaging>pom</packaging>

<properties>
<sonar.sources>src</sonar.sources>
</properties>
<modules>
<module>org.polarsys.capella.diffmerge.defer</module>
<module>org.polarsys.capella.diffmerge.defer.ui</module>
Expand Down

0 comments on commit 8d6e37f

Please sign in to comment.