From e0dad2e0147ead960f34ddb8252ddd1cb550bfc4 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 13 Apr 2017 12:04:33 -0700 Subject: 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: I65d79aa4b24759f6b9a3fe8118b888e1672fdf60 Signed-off-by: Gary Wu --- openecomp-be/tools/swagger-ui/assembly/swagger.xml | 3 ++- openecomp-be/tools/swagger-ui/pom.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'openecomp-be') diff --git a/openecomp-be/tools/swagger-ui/assembly/swagger.xml b/openecomp-be/tools/swagger-ui/assembly/swagger.xml index 769cc64840..b88714254f 100644 --- a/openecomp-be/tools/swagger-ui/assembly/swagger.xml +++ b/openecomp-be/tools/swagger-ui/assembly/swagger.xml @@ -2,6 +2,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"> + bin war @@ -73,4 +74,4 @@ - \ No newline at end of file + diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index b2b608cd3a..4a354624ee 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -91,6 +91,7 @@ assembly/swagger.xml ${plugin.name} ${package.dir} + false -- cgit 1.2.3-korg olulu SDC Parent Project Catalog FE and BEGrokmirror user
summaryrefslogtreecommitdiffstats
blob: 78b6c652ce6e11eb5ea617fa1ff18fa13ae0ec58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41