diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-18 19:45:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-18 19:45:51 +0000 |
commit | c258b60db9e29741b5231d4a3e5f75176c8416e3 (patch) | |
tree | 1b709ae9a5a328b22a61b0eba0502d8478f904c5 /admportal/pom.xml | |
parent | 8c851b2e342f8888c8ad1cdff47b0117f165e3b2 (diff) | |
parent | a5aae99cb537030f6d21fdaef5490ea82612884c (diff) |
Merge "fix maven local build issue"
Former-commit-id: 16cb8a0af0c8bb1efd1e26f0b9aeb7e1fec36dc0
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> |