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 /restapi-call-node/installer/pom.xml | |
parent | ee1a5318d57e8ab435ef2f298b999642ae9143f4 (diff) | |
parent | e8670e23820ae4d648b88c050b46add498303a9f (diff) |
Merge "Add feature aggregator"
Diffstat (limited to 'restapi-call-node/installer/pom.xml')
-rwxr-xr-x | restapi-call-node/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/restapi-call-node/installer/pom.xml b/restapi-call-node/installer/pom.xml index 0badf58b..8e2f402e 100755 --- a/restapi-call-node/installer/pom.xml +++ b/restapi-call-node/installer/pom.xml @@ -66,12 +66,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> |