diff options
author | MichaelMorris <michael.morris@est.tech> | 2019-08-02 23:20:31 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2019-08-02 23:20:31 +0000 |
commit | 37cacbd89a7129e5736916627b25d0ecf0364947 (patch) | |
tree | 44f3f1d58c189b67fc13852de31bb7d46f32a875 /bpmn/mso-infrastructure-bpmn/pom.xml | |
parent | 8b02fbc54e6db36d969b233d136f90b8d6615f80 (diff) |
VNFM adapter support two way TLS
Change-Id: Icdb57587c9070bcce405eeaea4275fea0af0533a
Issue-ID: SO-2190
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index ea1a205317..25913eabba 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -134,6 +134,24 @@ </executions> </plugin> </plugins> + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + <excludes> + <exclude>**/*.p12</exclude> + <exclude>**/*.jks</exclude> + </excludes> + </resource> + <resource> + <directory>src/main/resources</directory> + <filtering>false</filtering> + <includes> + <include>**/*.p12</include> + <include>**/*.jks</include> + </includes> + </resource> + </resources> </build> <dependencyManagement> <dependencies> |