aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi/installer/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-18 19:45:26 +0000
committerGerrit Code Review <gerrit@onap.org>2017-05-18 19:45:26 +0000
commit910d54b305de984d70a078b73c85b9ec1152fcf1 (patch)
tree5543286333fc6aa37718ac2fad1c80dd64242c3a /vnfapi/installer/pom.xml
parente0f2893f9d01bc107b1d31eb65c053a6aa7e406f (diff)
parent116bb8574066cc0175a54371269707bc0e94e6d7 (diff)
Merge "fix maven local build issue"
Diffstat (limited to 'vnfapi/installer/pom.xml')
-rwxr-xr-xvnfapi/installer/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml
index 3fa0ac74..3fd98851 100755
--- a/vnfapi/installer/pom.xml
+++ b/vnfapi/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>