Greetings, On Fri, Nov 18, 2011 at 11:17 AM, Heck, Timo <[email protected]> wrote: > After a while I figured out that maven does package libs which > should not be there. > There are multiple versions of some libs which actually are resolved > once in pom > but there are also libs which are not defined at all.
Maybe http://jira.codehaus.org/browse/MWAR-220 ? I was seeing this with a few projects of mine where I use overlays. If dependency versions are resolved using dependencyManagement section, and there is an overlay, and the overlay declares different versions of dependencies, m-war-p would end up putting both the overlay version and the dM version into the final war. Ouch. -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
