aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnf-onboarding/src/main/assembly/signedZip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnf-onboarding/src/main/assembly/signedZip.xml')
-rw-r--r--test/mocks/pnf-onboarding/src/main/assembly/signedZip.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/mocks/pnf-onboarding/src/main/assembly/signedZip.xml b/test/mocks/pnf-onboarding/src/main/assembly/signedZip.xml
new file mode 100644
index 000000000..41c059d8d
--- /dev/null
+++ b/test/mocks/pnf-onboarding/src/main/assembly/signedZip.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</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>${project.build.directory}/signed-csar</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
+