diff options
Diffstat (limited to 'sql-resource/installer/pom.xml')
-rwxr-xr-x | sql-resource/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-resource/installer/pom.xml b/sql-resource/installer/pom.xml index 7e5efd550..fff8559fc 100755 --- a/sql-resource/installer/pom.xml +++ b/sql-resource/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> |