summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-11-05 18:18:24 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-11-05 18:18:24 +0800
commitad9283683ea53285d45d7f421ba277914c218edb (patch)
tree59475bd23591f74a8b01bd93a1ee774476846add
parent9d667bd7ceaa1647511c662bbaa73a358135d57b (diff)
Fixed File Assembly Issues
Change-Id: I15583614858a35f1e6ed21d341ad4d1ee39e4b89 Issue-ID: HOLMES-181 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt-standalone/pom.xml2
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>