aboutsummaryrefslogtreecommitdiffstats
path: root/vnftools/installer/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-04-07 12:22:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-04-07 12:53:06 -0700
commitc8a9ad49965b6152a0c7f3f4b7d1f7993d52f082 (patch)
treef2e689de63f388b26c1f276d42d54b852c901c8f /vnftools/installer/pom.xml
parent5da27927eac044cdec63977bf3eabee666d660f1 (diff)
Fix assembly xmls for maven-assembly-plugin v2.2+
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I3a721da4aa47be58127fa3f8971f01635d400185 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'vnftools/installer/pom.xml')
-rwxr-xr-xvnftools/installer/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml
index d08e3134..796b1598 100755
--- a/vnftools/installer/pom.xml
+++ b/vnftools/installer/pom.xml
@@ -60,6 +60,7 @@
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -74,6 +75,7 @@
<descriptors>
<descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>