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
> 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
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
t; cc:
Subject: Re: [m2] plugin
dependency exclusions
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
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
-