This content has been marked as final.
Show 2 replies
-
1. Re: Tools 3.2 import of maven web projects adding files and directories
jbalunas Oct 14, 2010 2:03 PM (in response to jbalunas)- It added the META-INF directory with a single MANIFEST.MF file containing:
Manifest-Version: 1.0Class-Path:Manifest-Version: 1.0
Class-Path:
- It added an empty WEB-INF/lib directory.
- It looks like the only changes to the web.xml was formatting.
- I don't think I have auto formatting on, unless it is on by default.
-
2. Re: Tools 3.2 import of maven web projects adding files and directories
maxandersen Oct 15, 2010 6:02 AM (in response to jbalunas)does these projects say they are WAR projects ? if yes, then those files are assumed to exist and probably added by some facet or maven configuration...
but yeah sucks...can you give us a svn root or download to try this out to investigate?