summaryrefslogtreecommitdiffstats
path: root/dataChange/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dataChange/installer/pom.xml')
-rwxr-xr-xdataChange/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml
index 007a34e96..7f100ec05 100755
--- a/dataChange/installer/pom.xml
+++ b/dataChange/installer/pom.xml
@@ -67,12 +67,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>