summaryrefslogtreecommitdiffstats
path: root/properties-node
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
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')
-rwxr-xr-xproperties-node/installer/pom.xml4
-rw-r--r--properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml2
2 files changed, 3 insertions, 3 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>
diff --git a/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml b/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
index 2ee22447..9cdc7887 100644
--- a/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -25,7 +25,7 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>mvnrepo_zip</id>
+ <id>repo</id>
<formats>
<format>zip</format>
</formats>