aboutsummaryrefslogtreecommitdiffstats
path: root/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-04-07 12:24:49 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-04-07 12:53:36 -0700
commita497136ee91a9efe26c870506d8760481d0c4cbf (patch)
tree6eb0ddd65cc3c6826fd7c36301237ef633494a7b /properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
parent2d004825aef05ef5f18d67ce203dccdd9ce50ac4 (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: Iab4a2d80f1efdc3a6132e654bf47f9e9d0e3cbcb Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml')
-rw-r--r--properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml b/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
index c14f8ae..bf7805f 100644
--- a/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -25,6 +25,7 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+ <id>bin</id>
<formats>
<format>zip</format>
</formats>