Re: [m2] MNG-320 .svn files get copied in the generated WAR file

2005-07-28 Thread Brett Porter
Hi John, Sorry for the delayed response. I'm looking at it0016 and the WAR does not include .svn directories (these are excluded by default from the copyDirectoryStructure method). Are you still experiencing this? If so, can you try a clean first? Cheers, Brett On 7/15/05, John Fallows <[EMAIL

[m2] MNG-320 .svn files get copied in the generated WAR file

2005-07-14 Thread John Fallows
MNG-320 seems to still be a problem in 2.0-alpha-3. http://jira.codehaus.org/browse/MNG-320 Looking at the WarMojo source on the trunk, it seems there is a TODO comment indicating that includes and excludes should be applied while copying resources. if ( new File( warSourceDirectory ).exists() )