fix source distribution

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-08-07 13:02:31 +00:00
parent 0f2ba3d908
commit b7012bc63c
2 changed files with 14 additions and 15 deletions

View File

@ -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>

View File

@ -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>