Re: Configuration by exception?

2009-01-22 Thread Wayne Fay
> Let me clarify. I am using maven-ear-plugin, and all of my compile-time > transitive dependencies are being dumped into the root of the ear. Do I > have to declaratively exclude all of them like so: If your compile-time dependencies have dependencies of their own, how do you know that your app

Re: Configuration by exception?

2009-01-22 Thread monkeyden
-- View this message in context: http://www.nabble.com/Configuration-by-exception--tp21592144p21610678.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Configuration by exception?

2009-01-21 Thread monkeyden
When I define a dependency do I really need to arduously and decoratively exclude each of it's dependencies? Naturally I'd rather just say don't include any dependencies except these... Thanks -- View this message in context: http://www.nabble.com/Configurati