summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/pom.xml
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-07-23 09:13:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-23 09:13:03 +0000
commit12824432fe162284a1e834f688d52318e08accf8 (patch)
treee49b19fe6d0156d48676ab64206408cda6300c5c /rulemgt-standalone/pom.xml
parentef042aed45323c47bff694e2980f857a7658b31c (diff)
parent7c10ad301cd3fea79af61f1d092b2a3103f7ec11 (diff)
Merge "Added nginx"
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r--rulemgt-standalone/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index 6fc8a98..44c7245 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -117,6 +117,26 @@
<overwrite>true</overwrite>
</configuration>
</execution>
+ <execution>
+ <id>copy-nginx-conf-file</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>target/version</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/assembly/</directory>
+ <filtering>false</filtering>
+ <includes>
+ <include>holmes.nginx.conf</include>
+ </includes>
+ </resource>
+ </resources>
+ <overwrite>true</overwrite>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>