diff options
author | Lott, Christopher (cl778h) <cl778h@att.com> | 2019-01-09 08:59:45 -0500 |
---|---|---|
committer | Lott, Christopher (cl778h) <cl778h@att.com> | 2019-01-17 14:49:50 -0500 |
commit | b3922f7c97a11798a5268c2f996214060ac4f8bb (patch) | |
tree | 518464c26f345da8f290d354d3d8b9131432c314 /ecomp-sdk/epsdk-app-os/pom.xml | |
parent | 33e660e21a7cce89210a318c4de80d1f8b4d5f5d (diff) |
Remove dupe deps to silence maven warnings
Issue-ID: PORTAL-502
Change-Id: Iec64281825405edb4ca404aa6275d90fc7d73613
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 38 |
1 files changed, 15 insertions, 23 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index e16b78d2..a91be253 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -136,6 +136,21 @@ <version>2.5</version> <executions> <execution> + <id>copy-angular-final-step2</id> + <phase>prepare-package</phase> + <goals> + <goal>copy-resources</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/target/epsdk-app-os/app</outputDirectory> + <resources> + <resource> + <directory>${basedir}/ngapp/dist</directory> + </resource> + </resources> + </configuration> + </execution> + <execution> <id>copy-angularjs-step1</id> <phase>process-resources</phase> <goals> @@ -195,29 +210,6 @@ </executions> </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.5</version> - <executions> - - <execution> - <id>copy-angular-final-step2</id> - <phase>prepare-package</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/target/epsdk-app-os/app</outputDirectory> - <resources> - <resource> - <directory>${basedir}/ngapp/dist</directory> - </resource> - </resources> - </configuration> - </execution> - - </executions> - </plugin> <!-- <plugin> |