Hi, I've got 2 questions that I haven't been able to find an answer to: 1. For maven projects of type WAR is there a way to still have it include the contents of WEB-INF/lib in the class path during compilation/packaging? For a project we're doing we have a large list of 3rd party JARs that we need to include and I don't want to set up a central repository and add them there or have every developer add them to their local repository.
2. If you have several projects which all share a certain largish set of dependencies, is it possible to define those dependencies somewhere and "include" them? Cheers, -Tako
