aboutsummaryrefslogtreecommitdiffstats
path: root/ueb-listener/src/assembly/assemble_zip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ueb-listener/src/assembly/assemble_zip.xml')
-rw-r--r--ueb-listener/src/assembly/assemble_zip.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ueb-listener/src/assembly/assemble_zip.xml b/ueb-listener/src/assembly/assemble_zip.xml
index 48aafa57..29e3b414 100644
--- a/ueb-listener/src/assembly/assemble_zip.xml
+++ b/ueb-listener/src/assembly/assemble_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,7 +25,6 @@
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>
@@ -49,6 +48,7 @@
<outputDirectory>lib</outputDirectory>
<includes>
<include>*.xslt</include>
+ <include>*.properties</include>
</includes>
</fileSet>
</fileSets>