fix maven local build issue
authorGuo Ruijing <ruijing.guo@intel.com>
Sun, 7 May 2017 19:08:00 +0000 (19:08 +0000)
committerGuo Ruijing <ruijing.guo@intel.com>
Sun, 7 May 2017 19:10:22 +0000 (19:10 +0000)
commit6485eecefff83d76557aa8aaf33d273d5033d967
tree9953d4833722f180b2ebb3d7d42f26f5d0ee45ae
parent55d1ae5a085835731c6305cfaacec10a2b0314d8
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: I7b0b4ac61351704b4beab073dda5779d6b6e6152
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
admportal/pom.xml
admportal/src/assembly/assemble_zip.xml
dgbuilder/pom.xml
dgbuilder/src/assembly/assemble_zip.xml
platform-logic/installer/pom.xml
platform-logic/installer/src/assembly/assemble_zip.xml