aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/installer/src/assembly/assemble_mvnrepo_zip.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Prune adaptors moved to ccsdkDan Timoney1-49/+0
Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I7f9eeeecdbefcf51d8d61c52658a90f4da73a026 Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-18Merge "fix maven local build issue"Dan Timoney1-0/+1
2017-05-07fix maven local build issueGuo Ruijing1-0/+1
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-05-07update copyright to avoid noisy diff after buildGuo Ruijing1-1/+1
Change-Id: Ifc1fd3fbb01f8131b6b85a7d8df5e1e7a6bddc1f Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-21[SDNC-5] Rebase SDN-C adaptorsDan Timoney1-1/+0
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 Wu1-1/+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: I05702244730ca0419d3250f969d9d2aed69bec00 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-02-15Initial commit for OpenECOMP SDN-C adaptorsDan Timoney1-0/+48
Change-Id: I8d42e44d15fd85aee5b00d27e45da6751dda02b9 Signed-off-by: Dan Timoney <dtimoney@att.com>