Skip to content

Commit

Permalink
[Sonar] Exclude test plugins from Sonar
Browse files Browse the repository at this point in the history
Change-Id: Ica5e429fb1fc6f282ba2759ba39487687ccf0444
Signed-off-by: Tu Ton <minhtutonthat@gmail.com>
  • Loading branch information
minhtutonthat authored and sandupostaru committed Jan 19, 2021
1 parent dbc84f2 commit f94800a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/org.polarsys.capella.vp.requirements.ju/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<artifactId>org.polarsys.capella.vp.requirements.ju</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>0.12.0-SNAPSHOT</version>

<properties>
<sonar.skip>true</sonar.skip>
</properties>

<build>
<plugins>
Expand Down

0 comments on commit f94800a

Please sign in to comment.