diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-06 15:52:18 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-06 16:57:19 +0200 |
commit | 156d6eac7960290fced027f4211974668ffa1d44 (patch) | |
tree | 119de0066b24bfb4da3a68aa44733b3c32b1f4b1 /pom.xml | |
parent | 101193d07d757ce299c34fc61ea37b416138bf85 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |