aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-04-05 23:32:27 +0300
committerIdan Amit <ia096e@intl.att.com>2018-04-10 06:14:37 +0000
commit02ab6515cd2a2f38aa548d9c64753067a0b1daed (patch)
tree47c17648015cf0e5c2840887cfc07639f4ad7858 /asdctool
parent0463fd273277e82ee349c67feab08be157c515ca (diff)
update maven-assembly-plugin
update version to 3.1.0 should fix issue in downloading the depandencys twice Issue-ID: SDC-1191 Change-Id: I83da786e04c161634ae8aed592501ef73834ab1d Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 9a1a0e59ab..b429e61bff 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -570,7 +570,9 @@
<configuration>
<finalName>sdctool</finalName>
<appendAssemblyId>false</appendAssemblyId>
- <descriptor>${project.basedir}/tarball.xml</descriptor>
+ <descriptors>
+ <descriptor>${project.basedir}/tarball.xml</descriptor>
+ </descriptors>
</configuration>
<id>assemble-file</id>
<phase>verify</phase>