aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/installer/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:48:39 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:48:39 -0400
commit84eab50f627a1a8c1a4362d373986718eefcecbc (patch)
tree7717b457bdceaecd2e85cd4ed6903a5b17e70009 /dblib/installer/pom.xml
parent784e3ef65f03017ea82055dcedab73a5b04e4972 (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 'dblib/installer/pom.xml')
-rwxr-xr-xdblib/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml
index e0710b8f..6544f20a 100755
--- a/dblib/installer/pom.xml
+++ b/dblib/installer/pom.xml
@@ -70,12 +70,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>