aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/installer/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-18 19:46:02 +0000
committerGerrit Code Review <gerrit@onap.org>2017-05-18 19:46:02 +0000
commit704a898be0fecdf492bb7c8573478c4895131043 (patch)
tree01ed6ee45ece1f21614e51d0b33fb14db634a57b /aai-service/installer/pom.xml
parented1cfa72a40d471c733a1af0b432ff10bc5d0214 (diff)
parentec94d5fb3dc51e68e02c1261397654de8084ba1a (diff)
Merge "fix maven local build issue"
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>