diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-11-05 18:18:24 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-11-05 18:18:24 +0800 |
commit | ad9283683ea53285d45d7f421ba277914c218edb (patch) | |
tree | 59475bd23591f74a8b01bd93a1ee774476846add /rulemgt-standalone/pom.xml | |
parent | 9d667bd7ceaa1647511c662bbaa73a358135d57b (diff) |
Fixed File Assembly Issues
Change-Id: I15583614858a35f1e6ed21d341ad4d1ee39e4b89
Issue-ID: HOLMES-181
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-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> |