summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/pom.xml
diff options
context:
space:
mode:
authorManoop Talasila <talasila@research.att.com>2019-02-07 21:37:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-07 21:37:37 +0000
commit7b740b078f8fb593c2615e8b6689d30ea46a0c86 (patch)
tree28eebe17ca8d129520f437ad3af6c7bfcbe821ef /ecomp-sdk/epsdk-app-os/pom.xml
parente8b5b88d6cbe36d62fad93ca696a09e06db0942a (diff)
parentb3922f7c97a11798a5268c2f996214060ac4f8bb (diff)
Merge "Remove dupe deps to silence maven warnings"2.0.5
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml38
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 01ef6c34..aebc1da6 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>
@@ -211,29 +226,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>