Merge "fix maven local build issue"
[sdnc/northbound.git] / dmaap-listener / src / assembly / assemble_zip.xml
index b8c44c7..e8adf4b 100644 (file)
@@ -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.
@@ -23,6 +23,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>assemble_zip</id>
        <formats>
                <format>zip</format>
        </formats>
@@ -46,6 +47,7 @@
                        <outputDirectory>lib</outputDirectory>
                        <includes>
                                <include>*.properties</include>
+                               <include>*.map</include>
                        </includes>
                </fileSet>
        </fileSets>