diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-04-07 12:10:18 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-04-07 12:52:41 -0700 |
commit | ec0f99bdd24468c1f662d6fcf6e2ca29b678da73 (patch) | |
tree | 39474330ac97f6e5ce466a53c6ccd73ea6c2e16e /sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml | |
parent | f2f129f56c057854517394cc5680b02418fece7d (diff) |
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: I05702244730ca0419d3250f969d9d2aed69bec00
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml')
-rw-r--r-- | sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml b/sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml index ba21dda..bf7805f 100644 --- a/sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml +++ b/sql-resource/installer/src/assembly/assemble_mvnrepo_zip.xml @@ -3,7 +3,7 @@ openECOMP : SDN-C ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. + reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,6 +25,7 @@ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> + <id>bin</id> <formats> <format>zip</format> </formats> |