diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-23 16:47:42 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-23 16:47:42 +0800 |
commit | 7c10ad301cd3fea79af61f1d092b2a3103f7ec11 (patch) | |
tree | abacc5fe0f43906b42b7c061eb4c2dc919d5566b /rulemgt-standalone/pom.xml | |
parent | a966da9a6108017711152fc69725397c8779fd08 (diff) |
Added nginx
Change-Id: Iffc0e337cbf59f9cae514d85eb3e1c83d0f664f9
Issue-ID: HOLMES-111
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r-- | rulemgt-standalone/pom.xml | 20 |
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> |