aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-deployment/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-deployment/pom.xml')
-rw-r--r--client/client-deployment/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml
index 0818b30d6..5e42f8ba1 100644
--- a/client/client-deployment/pom.xml
+++ b/client/client-deployment/pom.xml
@@ -35,7 +35,7 @@
<properties>
<webapp.dir>src/main/resources/webapp</webapp.dir>
<sonar.nodejs.executable>${project.basedir}/src/main/resources/webapp/node/node</sonar.nodejs.executable>
- <sonar.sources>${project.basedir}/src/main,${project.basedir}/src/main/resources/webapp/js</sonar.sources>
+ <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js</sonar.sources>
<sonar.exclusions>src/main/resources/webapp/js/__test__/**</sonar.exclusions>
</properties>