aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/installer/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:51:57 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:51:57 -0400
commitcd11ecb3d0216e4e81be4964a4bc6a50aa29bbe7 (patch)
tree3a7a610f3557012388c162708c79cf5a37378d07 /lcm/installer/pom.xml
parenta63bbe21b7394951d782b6f8f0769dfcbc616dd0 (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 'lcm/installer/pom.xml')
-rwxr-xr-xlcm/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/installer/pom.xml b/lcm/installer/pom.xml
index 92e04bc6..22d7fafd 100755
--- a/lcm/installer/pom.xml
+++ b/lcm/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>