Merge "Fix UI build"
authorAvi Gaffa <avi.gaffa@amdocs.com>
Wed, 13 Sep 2017 11:41:04 +0000 (11:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 13 Sep 2017 11:41:04 +0000 (11:41 +0000)
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>