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:
<jarModule> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <excluded>true</excluded> </jarModule> ...or does this signify a bug I've created in my build process? Thanks for any help monkeyden wrote: > > When I define a dependency do I really need to arduously and declaratively > 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/Configuration-by-exception--tp21592144p21610678.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
