summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r--gui-editors/gui-editor-apex/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index e42777e..760cd8d 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -40,7 +40,7 @@
<webapp.dir>${project.basedir}/src/main/webapp</webapp.dir>
<sonar.nodejs.executable>${webapp.dir}/node/node</sonar.nodejs.executable>
<sonar.sources>${project.basedir}/src/main/java,${webapp.dir}/js</sonar.sources>
- <sonar.exclusions>${webapp.dir}/js/__test__/**</sonar.exclusions>
+ <sonar.exclusions>**/*.test.js</sonar.exclusions>
</properties>
<dependencies>