fix maven local build issue 59/3959/1
authorGuo Ruijing <ruijing.guo@intel.com>
Sun, 7 May 2017 20:16:41 +0000 (20:16 +0000)
committerGuo Ruijing <ruijing.guo@intel.com>
Sun, 7 May 2017 20:19:42 +0000 (20:19 +0000)
commit1085e3c7a76889dda96a9d86af3d1a620587e97f
tree9179e30fd9128b476378daa1358a6a4ba0084ab1
parent4f070a81d0fb89b1e74776aac7366b7d628db0a4
fix maven local build issue

onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use
maven-assembly-plugin 2.4.1 and build fails as:
Assembly is incorrectly configured: null.

to fix local build issue:
1. update to maven-assembly-plugin 2.6
2. add AssemblyId configuration which is needed for assembly >= 2.2

Change-Id: Ic14c86c5164157c312df5ef85272f123fde9217d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
properties-node/installer/pom.xml
properties-node/installer/src/assembly/assemble_installer_zip.xml
properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml
restapi-call-node/installer/pom.xml
restapi-call-node/installer/src/assembly/assemble_installer_zip.xml
restapi-call-node/installer/src/assembly/assemble_mvnrepo_zip.xml