m2eclipse and/or wtp not packaging a dependency correctly?
问题 Eclipse Indigo SR 1, wtp 3.3.0, m2eclipse 1.0.100. When publishing a project to WTP, I'm getting strange behavior with one of the dependencies; instead of putting the jar in the WEB-INF/lib folder, it's creating a folder named for the expected jar, and then putting the source tree (apparently) from that project under that folder. I can't see anything in the dependency's pom.xml or this project's pom.xml that could be causing this. Other dependencies are being brought over just fine, as jars.