aboutsummaryrefslogtreecommitdiffstats
path: root/dataChange/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dataChange/installer/pom.xml')
-rwxr-xr-xdataChange/installer/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml
index 5b8462db..adc2d147 100755
--- a/dataChange/installer/pom.xml
+++ b/dataChange/installer/pom.xml
@@ -47,6 +47,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.6</version>
<executions>
<execution>
<id>maven-repo-zip</id>
@@ -60,6 +61,7 @@
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -74,6 +76,7 @@
<descriptors>
<descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>