Skip to content

Commit

Permalink
116: removed explicit empty sonar.tests
Browse files Browse the repository at this point in the history
Task-Url: #116
  • Loading branch information
LorenzoBettini committed Jun 30, 2021
1 parent 488f5aa commit 8c62f41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions javamm.ui/pom.xml
Expand Up @@ -14,11 +14,6 @@
<artifactId>javamm.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<!-- Otherwise Sonar will scan xtend-gen both as source and as test -->
<sonar.tests></sonar.tests>
</properties>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 0 additions & 2 deletions javamm/pom.xml
Expand Up @@ -17,8 +17,6 @@
<properties>
<!-- required to run MWE2 -->
<mwe2-file>src/javamm/GenerateJavamm.mwe2</mwe2-file>
<!-- Otherwise Sonar will scan xtend-gen both as source and as test -->
<sonar.tests></sonar.tests>
</properties>

<build>
Expand Down

0 comments on commit 8c62f41

Please sign in to comment.