Re: Re: dependency management within plugin dependencies

2006-12-07 Thread Wayne Fay
ith a missing version. > > > > Is this the expected behavior or is this a bug? > > > > > > -- > > Gregory Kick > > [EMAIL PROTECTED] > > > > - > > To unsu

Re: Re: dependency management within plugin dependencies

2006-12-07 Thread Gregory Kick
l with a missing version. > > Is this the expected behavior or is this a bug? > > > -- > Gregory Kick > [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: dependency management within plugin dependencies

2006-12-07 Thread Federico Yankelevich
this the expected behavior or is this a bug? > > > -- > Gregory Kick > [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/de

Re: dependency management within plugin dependencies

2006-12-06 Thread Wayne Fay
You're looking for I believe... Wayne On 12/6/06, Gregory Kick <[EMAIL PROTECTED]> wrote: I have a question about the behavior of the portion of a POM as it relates to plugin dependencies. Say I have: ... GROUP ARTIFACT ... And in some project that inherits from this

dependency management within plugin dependencies

2006-12-06 Thread Gregory Kick
I have a question about the behavior of the portion of a POM as it relates to plugin dependencies. Say I have: ... GROUP ARTIFACT ... And in some project that inherits from this pom, ... GROUP ARTIFACT ... will fail with a missing version. Is t