Re: [m2] plugin dependency exclusions

2006-03-21 Thread Mark Hobson
On 21/03/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I'm afraid I don't see the connection with my problem and the above > > issues - I'm trying to remove dependencies from the m2 runtime > > classpath, not from a generated artifact. > > Ah that wasn't clear to me at first. Ignore the rest of my c

Re: [m2] plugin dependency exclusions

2006-03-21 Thread Wayne Fay
> I'm afraid I don't see the connection with my problem and the above > issues - I'm trying to remove dependencies from the m2 runtime > classpath, not from a generated artifact. Ah that wasn't clear to me at first. Ignore the rest of my comments. > I did search but couldn't find a thread detaili

Re: [m2] plugin dependency exclusions

2006-03-21 Thread Mark Hobson
On 20/03/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > The easiest way to achieve this is to just add the dependency to your > pom with provided I've tried this in both the plugin dependency and main dependency blocks, but it doesn't exclude the dependency. > You can also exclude specific files from

Re: [m2] plugin dependency exclusions

2006-03-20 Thread clark . rao
t; cc: Subject: Re: [m2] plugin dependency exclusions

Re: [m2] plugin dependency exclusions

2006-03-20 Thread Wayne Fay
The easiest way to achieve this is to just add the dependency to your pom with provided You can also exclude specific files from your WAR or EAR, take a look at: http://jira.codehaus.org/browse/MWAR-6 http://jira.codehaus.org/browse/MEAR-3 This has also come up previously on user@ list, if you se

[m2] plugin dependency exclusions

2006-03-20 Thread Mark Hobson
Hi there, Is there any plans for an exclusions block for plugin dependencies within the pom? I have a use-case of wanting to exclude slf4j-simple from the jetty6 plugin in order to use an alternative implementation. Cheers, Mark -