bug fix for health check 59/8259/1
authorMichael Lando <ml636r@att.com>
Tue, 22 Aug 2017 10:33:06 +0000 (13:33 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 22 Aug 2017 10:33:06 +0000 (13:33 +0300)
Change-Id: I2f633355426a4525ac69d3c66ad195d1c86ffb05
Issue-Id: SDC-244
Signed-off-by: Michael Lando <ml636r@att.com>
openecomp-ui/pom.xml

index 7731309..0e98b7c 100644 (file)
                 <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>
                             <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>