aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-06 15:52:18 +0200
committersebdet <sebastien.determe@intl.att.com>2019-09-06 16:57:19 +0200
commit156d6eac7960290fced027f4211974668ffa1d44 (patch)
tree119de0066b24bfb4da3a68aa44733b3c32b1f4b1 /pom.xml
parent101193d07d757ce299c34fc61ea37b416138bf85 (diff)
Removal of previous UI
Removal of Angular code not used anymore, it has been replaced by React Issue-ID: CLAMP-487 Change-Id: Ib5f20a2ede032e3288340b9884fa551dc0d5da03 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cc6e528f..efb95cad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<sonar.sources>src/main,${project.build.directory}/${ui.react.src}</sonar.sources>
<sonar.javascript.lcov.reportPaths>${project.build.directory}/${ui.react.src}/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
- <sonar.exclusions>src/main/resources/**,**/clamp-ui/designer/lib/*</sonar.exclusions>
+ <sonar.exclusions>src/main/resources/**</sonar.exclusions>
<docker.push.registry>localhost:5000</docker.push.registry>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>