aboutsummaryrefslogtreecommitdiffstats
path: root/properties-node/installer/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:53:19 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-06-22 15:53:19 -0400
commite8670e23820ae4d648b88c050b46add498303a9f (patch)
treef741cc138a8642f5fde455c44eae77f09efe08e6 /properties-node/installer/pom.xml
parent7ef4659e0b07164402cf6d7aa89b45df03063669 (diff)
Add feature aggregator
Added feature aggregator ccsdk-sli-plugins-all so that all features from sli/plugins repo can be added with one install. Change-Id: I85ff00612ee60e69937c7b10d814cf81198ed51c Issue-ID: CCSDK-283 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'properties-node/installer/pom.xml')
-rwxr-xr-xproperties-node/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml
index c9a11c61..965bdbb7 100755
--- a/properties-node/installer/pom.xml
+++ b/properties-node/installer/pom.xml
@@ -59,12 +59,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>