summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/pom.xml
diff options
context:
space:
mode:
authorKotta, Shireesha (sk434m) <sk434m@att.com>2019-02-01 16:02:59 -0500
committerKotta, Shireesha (sk434m) <shireesha.kotta@att.com>2019-02-01 16:37:23 -0500
commite8b5b88d6cbe36d62fad93ca696a09e06db0942a (patch)
treec9403e26133f1e16ca30b82883fcb85f1814c008 /ecomp-sdk/epsdk-app-os/pom.xml
parentf3dce06d5855e7e1227dde74dd0c0acf3b0d97c0 (diff)
pom, upgrade script changes
Issue-ID: PORTAL-356 portal/SDK release 2.5.0, POM, upgrade script Change-Id: I18a2601ef4b2e4651b93cc0656185b7b88191fb7 Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index e16b78d2..01ef6c34 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -150,6 +150,22 @@
</resources>
</configuration>
</execution>
+ <!-- This is for Development purposes -->
+ <execution>
+ <id>copy-angular-final-step3</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${basedir}/src/main/webapp/app</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${basedir}/ngapp/dist</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
</executions>
</plugin>