diff options
author | ilanap <ilanap@amdocs.com> | 2018-01-08 15:50:18 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-01-09 12:57:22 +0000 |
commit | 785dc1ea36c8c333d93d9f54cae252d141319bfc (patch) | |
tree | db9c35a871e5bf5cd6789b93d9c23a0e8f5f21d8 /openecomp-ui/pom.xml | |
parent | 7476ddebf0b34cf4ebf4a3c64ff3163bc0b06058 (diff) |
Change variable names to catalog
Change-Id: Iaa4f2143840de47feaf25d110144cd762f6ff8ec
Issue-ID: SDC-887
Signed-off-by: ilanap <ilanap@amdocs.com>
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> |