diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:53:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:53:19 -0400 |
commit | e8670e23820ae4d648b88c050b46add498303a9f (patch) | |
tree | f741cc138a8642f5fde455c44eae77f09efe08e6 /restapi-call-node/installer/pom.xml | |
parent | 7ef4659e0b07164402cf6d7aa89b45df03063669 (diff) |
Add feature aggregator
Added feature aggregator ccsdk-sli-plugins-all so that all features
from sli/plugins repo can be added with one install.
Change-Id: I85ff00612ee60e69937c7b10d814cf81198ed51c
Issue-ID: CCSDK-283
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
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 0badf58b5..8e2f402eb 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> |