diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:53:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-22 15:53:19 -0400 |
commit | e8670e23820ae4d648b88c050b46add498303a9f (patch) | |
tree | f741cc138a8642f5fde455c44eae77f09efe08e6 /properties-node/installer/src | |
parent | 7ef4659e0b07164402cf6d7aa89b45df03063669 (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/src')
-rw-r--r-- | properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |