diff options
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index add3c1a0..26c85cd8 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -29,7 +29,7 @@ <jacoco.version>0.7.9</jacoco.version> <!-- Version number gets stored only here --> <tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin</tomcat.download.path> - <tomcat.download.name>apache-tomcat-8.0.37</tomcat.download.name> + <tomcat.download.name>apache-tomcat-8.0.37</tomcat.download.name> <sonar.typescript.lcov.reportPaths>ngapp/coverage/lcov.info</sonar.typescript.lcov.reportPaths> <sonar.sources>ngapp/src</sonar.sources> @@ -38,8 +38,9 @@ <sonar.exclusions>**/node_modules/**,**/*.spec.ts</sonar.exclusions> <sonar.test.inclusions>**/*.spec.ts</sonar.test.inclusions> <sonar.tests>ngapp/src</sonar.tests> + <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled> <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> - + <sonar.nodejs.executable>node</sonar.nodejs.executable> </properties> <!-- repositories are inherited from parent --> @@ -152,6 +153,7 @@ <configuration> <nodeVersion>v10.13.0</nodeVersion> <workingDirectory>${basedir}/ngapp</workingDirectory> + <installDirectory>${basedir}/ngapp</installDirectory> </configuration> <executions> @@ -170,6 +172,18 @@ <goal>npm</goal> </goals> </execution> + <execution> + <id>npm run test</id> + <goals> + <goal>npm</goal> + </goals> + + <phase>compile</phase> + + <configuration> + <arguments>run-script test</arguments> + </configuration> + </execution> <execution> @@ -576,4 +590,4 @@ </dependency> </dependencies> -</project> +</project>
\ No newline at end of file |