summaryrefslogtreecommitdiffstats
path: root/portal-FE-os
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2020-08-07 13:46:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-07 13:46:07 +0000
commit90a8e912331f206097f1625afdec8281fd141b1f (patch)
tree6d77980b85ef5cc1832a0cfba6579875ce85df53 /portal-FE-os
parentdd2c6fd1355f93857dc7b5ab23776a1d6543f006 (diff)
parent69943c58e25ad590e47fa2e6a1ceefee425127f9 (diff)
Merge "update pom and change aaf config"
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>