aboutsummaryrefslogtreecommitdiffstats
path: root/sliapi/installer/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-06-23 00:50:34 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-23 00:50:34 +0000
commita328da0bda02ccfbfe3a09a2f599d9a9694a6ccb (patch)
tree9239cf00b7975cd8040f5a9569ce6c2fff55936e /sliapi/installer/pom.xml
parented8a53f82d780d3c8409e286bff238dc93e43e2b (diff)
parent84eab50f627a1a8c1a4362d373986718eefcecbc (diff)
Merge "Add feature aggregator"
Diffstat (limited to 'sliapi/installer/pom.xml')
-rwxr-xr-xsliapi/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml
index 145169ba..de5c6a68 100755
--- a/sliapi/installer/pom.xml
+++ b/sliapi/installer/pom.xml
@@ -60,12 +60,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>