summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-08-07 12:56:57 +0000
committerBrett Porter <brett@apache.org>2008-08-07 12:56:57 +0000
commita5a7fc8fcfc1af9295d5ab793189edca3f3ccc68 (patch)
treef0af73cf573353b398a35e618e676930e1fcddac
parentfa7b729980519e65b51939a138a8fd57c5781ace (diff)
downloadarchiva-a5a7fc8fcfc1af9295d5ab793189edca3f3ccc68.tar.gz
archiva-a5a7fc8fcfc1af9295d5ab793189edca3f3ccc68.zip
fix source distribution
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x@683605 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml1
-rw-r--r--src/main/assembly/src.xml28
2 files changed, 14 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 5b580fd34..dbfa671e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -969,7 +969,6 @@
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
- <appendAssemblyId>false</appendAssemblyId>
<finalName>apache-archiva-${project.version}-src</finalName>
</configuration>
<executions>
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index c0cc3deed..ff66e9a6f 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -38,20 +38,20 @@
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>**/target/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
- <exclude>archiva-webapp/src/main/webapp/META-INF/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/images/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/template/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/css/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
- <exclude>archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/META-INF/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/images/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/template/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/css/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
+ <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
</excludes>
</fileSet>
<fileSet>