diff options
author | tang peng <tang.peng5@zte.com.cn> | 2018-11-05 10:25:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-05 10:25:20 +0000 |
commit | 1548160d70f280414f8a1974d0543b6707884814 (patch) | |
tree | a48027b08239aac38db0583b6ab0a9a08236887f /rulemgt-standalone | |
parent | 80516291c363f657b1f0fc0a724792b2e8a2014d (diff) | |
parent | ad9283683ea53285d45d7f421ba277914c218edb (diff) |
Merge "Fixed File Assembly Issues"1.2.2
Diffstat (limited to 'rulemgt-standalone')
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index 81f0bab..55ea629 100644 --- a/rulemgt-standalone/pom.xml +++ b/rulemgt-standalone/pom.xml @@ -131,6 +131,8 @@ <filtering>false</filtering> <includes> <include>nginx.conf</include> + <include>**/holmes-frontend*.*</include> + <include>**/*.pem</include> </includes> </resource> </resources> |