diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2019-04-02 01:14:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-02 01:14:03 +0000 |
commit | 6e783fe6e2b456486af69bd334aa167409b29fd7 (patch) | |
tree | de6c9d232956ed3306af3562c97aa782dd98d3a6 /rulemgt-standalone/pom.xml | |
parent | 4af1314bf34bc531ce6266a2aacfee91dd00c773 (diff) | |
parent | cc31e5503fbc9c17ada9e3b324457c3a2d67ec54 (diff) |
Merge "HTTP/S Modifications"
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index 2adb938..bb3b0ec 100644 --- a/rulemgt-standalone/pom.xml +++ b/rulemgt-standalone/pom.xml @@ -130,7 +130,7 @@ <directory>src/main/assembly/</directory> <filtering>false</filtering> <includes> - <include>nginx.conf</include> + <include>nginx-*.conf</include> <include>**/holmes-frontend*.*</include> <include>**/*.pem</include> </includes> |