mirror of https://github.com/apache/archiva.git
MRM-424 include 'apache' and the version number in the distribution filenames
How do I get the source distro to unpack to a directory ending in -src? git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d41ca7a9e5
commit
b3e8aed7cc
|
@ -139,7 +139,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<descriptor>src/main/assembly/bin.xml</descriptor>
|
||||
<finalName>archiva-${version}</finalName>
|
||||
<finalName>apache-archiva-${version}</finalName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue