aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-04-23 10:09:16 +1000
committerOlivier Lamy <olamy@apache.org>2014-04-23 10:09:16 +1000
commit6028e69630b52125594cf2526f76cd772d84653a (patch)
tree17ba0f2d28bef27e25b03bce73d6318e0e81b147 /pom.xml
parent79cf366b8340bd99525403d8642146a4c98caf89 (diff)
downloadarchiva-6028e69630b52125594cf2526f76cd772d84653a.tar.gz
archiva-6028e69630b52125594cf2526f76cd772d84653a.zip
[MRM-1832] RepositoryScannerTest#testDefaultRepositoryScanner fails on Linux with src release zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 79a950bff..6b2c42b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1865,8 +1865,26 @@
<artifactId>maven-assembly-plugin</artifactId>
<inherited>false</inherited>
<configuration>
+ <appendAssemblyId>false</appendAssemblyId>
<finalName>apache-archiva-${project.version}-src</finalName>
+ <descriptors>
+ <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
+ </descriptors>
</configuration>
+ <executions>
+ <execution>
+ <inherited>false</inherited>
+ <id>source-release-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+ <tarLongFileFormat>gnu</tarLongFileFormat>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</pluginManagement>