summaryrefslogtreecommitdiffstats
path: root/portal-FE-os
diff options
context:
space:
mode:
authorstatta <statta@research.att.com>2020-07-29 18:14:56 -0400
committerstatta <statta@research.att.com>2020-07-29 18:15:36 -0400
commit69943c58e25ad590e47fa2e6a1ceefee425127f9 (patch)
tree346dfe1781dc31f20ef64fc9c66c8c183678b8c4 /portal-FE-os
parent6410e19d3e12c158745c3c65bc7b3b98ffd4cac3 (diff)
update pom and change aaf config
Issue-ID: PORTAL-972 Change-Id: I0f1c04034ab6cabdbcde45ca055cf995090f8f70 Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'portal-FE-os')
-rw-r--r--portal-FE-os/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml
index 615e7fa9..4c8a529b 100644
--- a/portal-FE-os/pom.xml
+++ b/portal-FE-os/pom.xml
@@ -10,6 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipnode>false</skipnode>
<skipcopy>false</skipcopy>
+ <skipTests>false</skipTests>
<sonar.typescript.lcov.reportPaths>coverage/lcov.info</sonar.typescript.lcov.reportPaths>
<sonar.sources>src</sonar.sources>
<sonar.projectKey>portal-FE-os</sonar.projectKey>
@@ -106,7 +107,7 @@
<arguments>install</arguments>
</configuration>
</execution>
-
+
<execution>
<id>npm run test</id>
<goals>
@@ -117,6 +118,7 @@
<configuration>
<arguments>run-script test</arguments>
+ <skip>${skipTests}</skip>
</configuration>
</execution>