diff options
author | Michael Lando <ml636r@att.com> | 2017-08-22 13:33:06 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-08-22 13:33:06 +0300 |
commit | c13a9444efa8ca4393cc8c110984f7741ce02452 (patch) | |
tree | 5e5de2564c7f96a8c3a207dde84dadb2882ce8e3 /openecomp-ui/pom.xml | |
parent | 857a51651a97324e8628a5f2b4591116eef1bcc1 (diff) |
bug fix for health check
Change-Id: I2f633355426a4525ac69d3c66ad195d1c86ffb05
Issue-Id: SDC-244
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-ui/pom.xml')
-rw-r--r-- | openecomp-ui/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 77313092c6..0e98b7c9c3 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -56,11 +56,11 @@ <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>1.4</version> - + <configuration> <installDirectory>${project.parent.parent.basedir}</installDirectory> - </configuration> - + </configuration> + <executions> <execution> @@ -73,7 +73,7 @@ <npmVersion>3.10.10</npmVersion> </configuration> </execution> - + <execution> <id>npm set progress off</id> <goals> @@ -83,7 +83,7 @@ <arguments>set progress=false</arguments> </configuration> </execution> - + <execution> <id>npm install in dox-sequence-diagram-ui</id> <goals> @@ -94,7 +94,7 @@ <arguments>install</arguments> </configuration> </execution> - + <execution> <id>npm install</id> <goals> @@ -104,14 +104,14 @@ <arguments>install</arguments> </configuration> </execution> - + <execution> <id>npm run build</id> <goals> <goal>npm</goal> </goals> <configuration> - <arguments>run build</arguments> + <arguments>run build -- --version=${version}</arguments> </configuration> </execution> </executions> |