mirror of https://github.com/apache/archiva.git
MRM-424 Configure the source distribution to include -src in the directory name (and only once in the zip filename).
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35123fcd01
commit
89c22f9ee8
4
pom.xml
4
pom.xml
|
@ -154,13 +154,15 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-1</version>
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/main/assembly/src.xml</descriptor>
|
||||
</descriptors>
|
||||
<tarLongFileMode>gnu</tarLongFileMode>
|
||||
<finalName>apache-archiva-${version}</finalName>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<finalName>apache-archiva-${version}-src</finalName>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue