diff options
Diffstat (limited to 'ansible-adapter/ansible-adapter-installer/pom.xml')
-rw-r--r-- | ansible-adapter/ansible-adapter-installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-adapter/ansible-adapter-installer/pom.xml b/ansible-adapter/ansible-adapter-installer/pom.xml index 7dcaab5e..02262acf 100644 --- a/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/ansible-adapter/ansible-adapter-installer/pom.xml @@ -79,8 +79,8 @@ </goals> <phase>package</phase> <configuration> - <appendAssemblyId>false</appendAssemblyId> - <attach>false</attach> + <appendAssemblyId>true</appendAssemblyId> + <attach>true</attach> <finalName>stage/${application.name}-${project.version}</finalName> <descriptors> <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor> |