When developing Maven web applications I usually resort the the jetty-maven-plugin
to quickly launch my application for local testing and debugging. Using the launch with m2eclipse
has the drawback of not properly including all sources for debugging, even though they are downloaded by Maven ( see Source lookup does not seem to work ).
What is the preferred way to debug Maven web applications in Eclipse? I'd especially appreciate configurations which work with the gwt-maven-plugin
.