diff options
-rw-r--r-- | catalog-ui/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-ui/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index 1a03fa78d8..1d1fb8ae9d 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -133,7 +133,7 @@ <phase>test</phase> <configuration> <arguments>test</arguments> - <skip>${skipTests}</skip> + <skip>${maven.test.skip}</skip> </configuration> </execution> </executions> diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 760d1015e8..d2ff64ee61 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -157,7 +157,7 @@ <configuration> <yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven> <arguments>test-build ${jest.command}</arguments> - <skip>${skipTests}</skip> + <skip>${maven.test.skip}</skip> </configuration> <!-- for some reason does not fail on test phase --> <phase>test</phase> @@ -669,6 +669,7 @@ Modifications copyright (c) 2018-2019 Nokia </activation> <properties> <checkstyle.skip>true</checkstyle.skip> + <maven.test.skip>true</maven.test.skip> </properties> <modules> <module>onboarding</module> |