diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:51:57 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:51:57 -0400 |
commit | cd11ecb3d0216e4e81be4964a4bc6a50aa29bbe7 (patch) | |
tree | 3a7a610f3557012388c162708c79cf5a37378d07 /asdcApi/installer/pom.xml | |
parent | a63bbe21b7394951d782b6f8f0769dfcbc616dd0 (diff) |
Add feature aggregator
Add feature aggregator ccsdk-sli-northbound-all so that all
sli-northbound karaf features can be added as one feature.
Change-Id: I5133215c8df472e189d1b24f5b747927f305ac28
Issue-ID: CCSDK-282
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'asdcApi/installer/pom.xml')
-rwxr-xr-x | asdcApi/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index f3e3b44d8..37ec67679 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -65,12 +65,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> |