aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 70f4082261e..7bec0a7e095 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -15,8 +15,8 @@
<gruntTask>default</gruntTask>
<!-- self-analysis -->
- <sonar.sources>src/main/java,src/main/webapp/js</sonar.sources>
- <sonar.exclusions>src/main/webapp/js/third-party/*,src/main/webapp/js/tests,src/main/webapp/js/require.js</sonar.exclusions>
+ <sonar.sources>src/main/java,src/main/js</sonar.sources>
+ <sonar.exclusions>src/main/js/third-party/**/*,src/main/js/require.js,src/main/js/tests/**/*</sonar.exclusions>
</properties>
<dependencies>