summaryrefslogtreecommitdiffstats
path: root/gui-editors
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors')
-rw-r--r--gui-editors/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml
index 9ef52cc..e772a04 100644
--- a/gui-editors/pom.xml
+++ b/gui-editors/pom.xml
@@ -32,6 +32,11 @@
<name>${project.artifactId}</name>
<description>Web Client editors for PDP policies</description>
+ <properties>
+ <sonar.sources>${project.basedir}/src/main</sonar.sources>
+ <sonar.exclusions>src/main/resources/webapp/js/edit_area/**/*,src/main/resources/webapp/js/jquery/**/*,src/main/resources/webapp/js/jquery-ui-1.12.1/**/*,src/main/resources/webapp/js/lib/**/*</sonar.exclusions>
+ </properties>
+
<modules>
<module>gui-editor-apex</module>
</modules>