diff options
Diffstat (limited to 'test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml')
-rw-r--r-- | test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml b/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml new file mode 100644 index 000000000..856db12ff --- /dev/null +++ b/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml @@ -0,0 +1,15 @@ +<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> + <id>onap_secure_csar_cms_includes_cert</id> + <formats> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <directory>${project.build.directory}/signed-csar-cms-includes-cert</directory> + <outputDirectory></outputDirectory> + </fileSet> + </fileSets> +</assembly> + |