diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2017-09-13 11:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-13 11:41:04 +0000 |
commit | 02cb10bf69cee97a37d8f334a231728f99086e63 (patch) | |
tree | 6d97aaaf613afb1acf49cabbafd57dadd53f45ce | |
parent | 8b88bfc6fa6e86e92fe7fe2cb6e83c653b520b9c (diff) | |
parent | 5fd439572e78a9b6a1e1d2014f459ba3ca9d9db5 (diff) |
Merge "Fix UI build"
-rw-r--r-- | openecomp-ui/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 2920832b17..a53aee98c0 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -179,22 +179,6 @@ </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> |