Fix UI build 57/12157/1
authoravigaffa <avi.gaffa@amdocs.com>
Wed, 13 Sep 2017 10:13:25 +0000 (13:13 +0300)
committeravigaffa <avi.gaffa@amdocs.com>
Wed, 13 Sep 2017 10:13:25 +0000 (13:13 +0300)
[SDC-293] Add latest bug fixes to master

Change-Id: Idaddb1d894e6cd7f49bb33f638c2b257d6535e95
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
openecomp-ui/pom.xml

index 2920832..a53aee9 100644 (file)
                     </webResources>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <version>${maven.war.plugin.version}</version>
-                <configuration>
-                    <webXml>webapp-onboarding\WEB-INF\web.xml</webXml>
-                    <webResources>
-                        <resource>
-                            <directory>external-resources/healthcheck</directory>
-                            <includes>
-                                <include>v1.0/healthcheck</include>
-                            </includes>
-                        </resource>
-                    </webResources>
-                </configuration>
-            </plugin>
         </plugins>
     </build>