diff options
author | Michael Lando <ml636r@att.com> | 2017-07-16 18:26:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-16 18:26:32 +0000 |
commit | e092947029e4920ab96e9321e1c44be3777d8081 (patch) | |
tree | 42697f4322560e79aed7ad0192bbef2cf0dcff28 /openecomp-be/tools/swagger-ui/pom.xml | |
parent | 7a56f8d2031e6e8b1976de23b48447beb4133d16 (diff) | |
parent | e0dad2e0147ead960f34ddb8252ddd1cb550bfc4 (diff) |
Merge "Fix assembly xmls for maven-assembly-plugin v2.2+"
Diffstat (limited to 'openecomp-be/tools/swagger-ui/pom.xml')
-rw-r--r-- | openecomp-be/tools/swagger-ui/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <descriptor>assembly/swagger.xml</descriptor> <finalName>${plugin.name}</finalName> <outputDirectory>${package.dir}</outputDirectory> + <appendAssemblyId>false</appendAssemblyId> </configuration> <executions> <execution> |