Remove some directories added by other webapps

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2006-12-15 09:43:07 +00:00
parent 5bbf93f28e
commit 57f9240bc2
1 changed files with 8 additions and 0 deletions

View File

@ -172,6 +172,10 @@
<includes>
<!-- TODO: META-INF shouldn't be required, seems to be an issue with the current war plugin -->
<include>META-INF</include>
<include>images/pss</include>
<!-- Images from other wars -->
<include>template/pss</include>
<!-- Templates from other wars -->
<include>WEB-INF/classes</include>
<!-- Classes and Resources from other wars -->
<include>WEB-INF/lib</include>
@ -187,6 +191,10 @@
<!-- plexus-security jsps -->
<include>WEB-INF/template/pss</include>
<!-- plexus-security xwork templates -->
<include>WEB-INF/logs</include>
<!-- Directory created by jetty:run -->
<include>WEB-INF/temp</include>
<!-- Directory created by jetty:run -->
</includes>
</fileset>
</filesets>