diff options
Diffstat (limited to 'client/client-full')
-rw-r--r-- | client/client-full/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 57ab77889..5d9bcbd9c 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -35,8 +35,8 @@ <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.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/jquery</sonar.exclusions> + <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js</sonar.sources> + <sonar.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/jquery/**</sonar.exclusions> </properties> <dependencies> |