diff options
Diffstat (limited to 'aai-service/installer/pom.xml')
-rwxr-xr-x | aai-service/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 7e91aa74..1e951f80 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -61,12 +61,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> |