diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-18 19:45:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-18 19:45:26 +0000 |
commit | 910d54b305de984d70a078b73c85b9ec1152fcf1 (patch) | |
tree | 5543286333fc6aa37718ac2fad1c80dd64242c3a /vnftools/installer/pom.xml | |
parent | e0f2893f9d01bc107b1d31eb65c053a6aa7e406f (diff) | |
parent | 116bb8574066cc0175a54371269707bc0e94e6d7 (diff) |
Merge "fix maven local build issue"
Diffstat (limited to 'vnftools/installer/pom.xml')
-rwxr-xr-x | vnftools/installer/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index 9138fe0e..c3436f78 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/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> |