diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:50:29 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:50:29 -0400 |
commit | 153b6c24886820f7f6fa1d160551f292eb4e6948 (patch) | |
tree | a6f351533cbf745c08f71c718f3b697d8ef5650e /mdsal-resource/installer/pom.xml | |
parent | be72a3cd156210d0e3f8fe3a0cd16993b32c248f (diff) |
Add feature aggregator
Add feature aggregator ccsdk-sli-adaptors-all to install all adaptor
features.
Change-Id: I8e0fa515a18f62a5ca0530d79a1334942c71e5e0
Issue-ID: CCSDK-281
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'mdsal-resource/installer/pom.xml')
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index 86792f44..b4203b21 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -61,12 +61,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> |