summaryrefslogtreecommitdiffstats
path: root/so-monitoring/so-monitoring-service/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-09-13 17:34:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-13 17:34:02 +0000
commit03d7fc186eb859bf1270bb59d97967ebf117eb58 (patch)
tree17670f102556f34508f7769625fdc092a1ceaf28 /so-monitoring/so-monitoring-service/pom.xml
parentea3c9945a695d982edcb2c2ac487a918834ee0b1 (diff)
parent412309940cfd09a3698feded384340354178f4fe (diff)
Merge "SO Monitoring UI"
Diffstat (limited to 'so-monitoring/so-monitoring-service/pom.xml')
-rw-r--r--so-monitoring/so-monitoring-service/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/so-monitoring/so-monitoring-service/pom.xml b/so-monitoring/so-monitoring-service/pom.xml
index 3aeed23291..9992c517c7 100644
--- a/so-monitoring/so-monitoring-service/pom.xml
+++ b/so-monitoring/so-monitoring-service/pom.xml
@@ -87,6 +87,27 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>3.0.2</version>
+ <executions>
+ <execution>
+ <id>copy-resources</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.basedir}/target/classes/static/</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${project.basedir}/../so-monitoring-ui/src/main/frontend/dist/ONAP-SO-Monitor/</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>