diff options
Diffstat (limited to 'openecomp-ui/pom.xml')
-rw-r--r-- | openecomp-ui/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 02c3ac27de..311403eade 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -141,7 +141,8 @@ <configuration> <arguments>run test-build</arguments> </configuration> - <phase>test</phase> + <!-- for some reason does not fail on test phase --> + <phase>install</phase> </execution> </executions> </plugin> |