aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-service/installer/pom.xml')
-rwxr-xr-xaai-service/installer/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml
index 73f5a74..bc7cfd6 100755
--- a/aai-service/installer/pom.xml
+++ b/aai-service/installer/pom.xml
@@ -51,6 +51,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.6</version>
<executions>
<execution>
<id>maven-repo-zip</id>
@@ -64,6 +65,7 @@
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -78,6 +80,7 @@
<descriptors>
<descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>