Skip to content

Commit

Permalink
Remove deprecated single descriptor and move to multi descriptors whi…
Browse files Browse the repository at this point in the history
…ch is not deprecated

It will allow to upgrade maven assembly descriptor

Change-Id: I11fb19428ce484457074fa7c8a7b4ad7a5c5653f
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Jun 28, 2017
1 parent 4f52716 commit e397c52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assembly/assembly-wsagent-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
<tarLongFileMode>posix</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
<updateOnly>false</updateOnly>
<descriptor>${project.basedir}/src/assembly/assembly.xml</descriptor>
<descriptors>
<descriptor>${project.basedir}/src/assembly/assembly.xml</descriptor>
</descriptors>
<finalName>ext-server-${project.version}</finalName>
</configuration>
</plugin>
Expand Down

0 comments on commit e397c52

Please sign in to comment.