diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 16:09:59 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 16:30:29 -0400 |
commit | 52ef94725081dff105d9c96c60985f1334f39e96 (patch) | |
tree | 368b70faa6e136e0ab84759aed4f4a5ad806163a /ecomp-portal-FE-os/pom.xml | |
parent | 19f3f4a23a4b015b2a4091b42daa632bfa078d6b (diff) |
Configure sonar code coverage; use EPSDK 1.3.0
Also use this commit to mark delivery of many feature issues
Issue: PORTAL-26, PORTAL-28, PORTAL-29, PORTAL-50, PORTAL-69,
PORTAL-76, PORTAL-82, PORTAL-89
Change-Id: Ib3e8487c5eb3d39dcdae1450deac6d255449debc
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-os/pom.xml')
-rw-r--r-- | ecomp-portal-FE-os/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml index aa853498..ae3921ad 100644 --- a/ecomp-portal-FE-os/pom.xml +++ b/ecomp-portal-FE-os/pom.xml @@ -22,8 +22,17 @@ <directory>${basedir}/client/app</directory> </fileset> <fileset> + <directory>${basedir}/dist</directory> + </fileset> + <fileset> <directory>${basedir}/.tmp</directory> </fileset> + <fileset> + <directory>${basedir}/node</directory> + </fileset> + <fileset> + <directory>${basedir}/node_modules</directory> + </fileset> </filesets> </configuration> </plugin> |