aboutsummaryrefslogtreecommitdiffstats
path: root/ueb-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ueb-listener/pom.xml')
-rwxr-xr-xueb-listener/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index eda454cf..23ebd531 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -101,6 +101,7 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.6</version>
<executions>
<execution>
<id>create-zip</id>
@@ -115,6 +116,7 @@
<descriptors>
<descriptor>src/assembly/assemble_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>