diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:48:39 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:48:39 -0400 |
commit | 84eab50f627a1a8c1a4362d373986718eefcecbc (patch) | |
tree | 7717b457bdceaecd2e85cd4ed6903a5b17e70009 /sliapi/installer/pom.xml | |
parent | 784e3ef65f03017ea82055dcedab73a5b04e4972 (diff) |
Add feature aggregator
Add feature aggregator ccsdk-sli-core-all to install all sli-core
features.
Change-Id: I11174fc693a9275d712312145c03abb0d4f88b41
Issue-ID: CCSDK-280
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'sliapi/installer/pom.xml')
-rwxr-xr-x | sliapi/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 145169ba..de5c6a68 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -60,12 +60,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> |