diff options
author | Dan Timoney <dt5972@att.com> | 2018-06-23 00:51:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-23 00:51:01 +0000 |
commit | 329ddc02f970a666e2a18dea1631ad6fbbe4e60d (patch) | |
tree | 433c06cd308d02ba73800fb1a5f97017fc904365 /properties-node/installer/pom.xml | |
parent | ee1a5318d57e8ab435ef2f298b999642ae9143f4 (diff) | |
parent | e8670e23820ae4d648b88c050b46add498303a9f (diff) |
Merge "Add feature aggregator"
Diffstat (limited to 'properties-node/installer/pom.xml')
-rwxr-xr-x | properties-node/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index c9a11c613..965bdbb77 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -59,12 +59,12 @@ </goals> <phase>package</phase> <configuration> - <attach>false</attach> + <attach>true</attach> <finalName>stage/${application.name}-${project.version}</finalName> <descriptors> <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor> </descriptors> - <appendAssemblyId>false</appendAssemblyId> + <appendAssemblyId>true</appendAssemblyId> </configuration> </execution> <execution> |