diff options
author | Michael Lando <ml636r@att.com> | 2017-08-22 12:38:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-22 12:38:34 +0000 |
commit | ddf291ce8f27ee497dff836b8b7fe0458ffac02f (patch) | |
tree | ea0ff8f5547c48e817340bb7678f1833a3ceb968 | |
parent | c033ef92e93664e222583741e33478e47c3a9b54 (diff) | |
parent | c13a9444efa8ca4393cc8c110984f7741ce02452 (diff) |
Merge "bug fix for health check"
-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> |