From a497136ee91a9efe26c870506d8760481d0c4cbf Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 7 Apr 2017 12:24:49 -0700 Subject: 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 --- properties-node/installer/pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'properties-node/installer/pom.xml') diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index 23b2526..69b019f 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -59,6 +59,7 @@ src/assembly/assemble_mvnrepo_zip.xml + false @@ -73,6 +74,7 @@ src/assembly/assemble_installer_zip.xml + false -- cgit 1.2.3-korg