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