aboutsummaryrefslogtreecommitdiffstats
path: root/mdsal-resource/installer/src
AgeCommit message (Collapse)AuthorFilesLines
2017-05-07fix maven local build issueGuo Ruijing2-0/+2
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: Id3e0d959a12ceb8b67a139a2cb22850864666354 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-21[SDNC-5] Rebase SDN-C adaptorsDan Timoney3-3/+1
Apply latest bug fixes, enhancements and port to OpenDaylight Boron. Change-Id: Ia7d29986eb12f98edbf075dae3cc9343af6791b6 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu2-2/+4
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: I05702244730ca0419d3250f969d9d2aed69bec00 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-02-15Initial commit for OpenECOMP SDN-C adaptorsDan Timoney3-0/+146
Change-Id: I8d42e44d15fd85aee5b00d27e45da6751dda02b9 Signed-off-by: Dan Timoney <dtimoney@att.com>