diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-08-24 13:36:15 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-25 09:35:52 -0400 |
commit | 0bdca95bb07cd2e9f896ba2e9fce6522b785940e (patch) | |
tree | 2f32ac2c8cc7ef656fe4098e0d656d4d6dc7c462 /gui-editors/pom.xml | |
parent | 34d6d486318bf7922ff6c5e0897370f5b4e60395 (diff) |
Jest JS Coverage
Edited SonarCloud lcov reports path. Removed from pdp-monitoring
pom.xml. Added node binary source executable path and sources sonar
properties to pom.xml.
Issue-ID: POLICY-2610
Change-Id: I6354e65d358ca5e9bd8c18f032330aa5063a0889
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'gui-editors/pom.xml')
-rw-r--r-- | gui-editors/pom.xml | 5 |
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> |