diff options
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r-- | dgbuilder/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index abd18531..7eb17848 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -68,6 +68,7 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.6</version> <executions> <execution> <id>create-zip</id> @@ -81,6 +82,7 @@ <descriptors> <descriptor>src/assembly/assemble_zip.xml</descriptor> </descriptors> + <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> </executions> |