diff options
author | Dan Timoney <dt5972@att.com> | 2018-06-23 00:50:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-23 00:50:54 +0000 |
commit | fc45404afdc7770ffa2848b007127d9b6f682efe (patch) | |
tree | 1fc08caa86c535ceab0c5ff7f61cf743a6162709 /lcm/installer/pom.xml | |
parent | a07b57086dd5c9c04f2b20a092da9935c7c5f817 (diff) | |
parent | cd11ecb3d0216e4e81be4964a4bc6a50aa29bbe7 (diff) |
Merge "Add feature aggregator"
Diffstat (limited to 'lcm/installer/pom.xml')
-rwxr-xr-x | lcm/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/installer/pom.xml b/lcm/installer/pom.xml index 92e04bc69..22d7fafdd 100755 --- a/lcm/installer/pom.xml +++ b/lcm/installer/pom.xml @@ -65,12 +65,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> |