Dependency question: Designate class from jar instead of whole jar?

2006-07-08 Thread Chris Wall
This might be an odd request, but does Maven allow you to designate a class or set of classes within a jar as a dependency? The use case is that I'd like to only pull in a class or two from a jar into my final jar instead of the whole dependency jar. Thanks. -Chris

Re: Dependency question: Designate class from jar instead of whole jar?

2006-07-08 Thread Alex Shneyderman
I do not think it is possible although wrting a plugin to do just that should be a piece of cake. On 7/8/06, Chris Wall [EMAIL PROTECTED] wrote: This might be an odd request, but does Maven allow you to designate a class or set of classes within a jar as a dependency? The use case is that I'd