Szabolcs Hutvagner | 0c39410 | 2019-04-05 18:42:15 +0100 | [diff] [blame^] | 1 | <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> |
| 3 | <id>onap_secure_csar</id> |
| 4 | <formats> |
| 5 | <format>zip</format> |
| 6 | </formats> |
| 7 | <includeBaseDirectory>false</includeBaseDirectory> |
| 8 | <fileSets> |
| 9 | <fileSet> |
| 10 | <directory>${project.build.directory}/signed-csar</directory> |
| 11 | <outputDirectory></outputDirectory> |
| 12 | </fileSet> |
| 13 | </fileSets> |
| 14 | </assembly> |
| 15 | |