Plugin dependencies cannot be overridden at the present time. There is
an issue in JIRA http://jira.codehaus.org/browse/MNG-2163 (which is
duplicated by a couple others).

Currently, I think the best way to work around this for a group of
developers is to deploy the plugin with a modified pom.xml to a shared
remote repository. Have your project depend on that version, instead of
just modifying the plugin POM in your local repository.

-Brad


On Sat, 2007-05-26 at 09:12 -0300, Alexandre Gomes wrote:
> Hi,
> 
> I tried, but it seems not to work. As Johan said, Maven is still getting the
> old dep version. Why? The dep resolution is a mystery for me as well :-)
> 
> thanks
> Alexandre
> 
> 
> On 5/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >
> > On 5/25/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote:
> >
> > > I'm using a plugin [1] that depends of some library [2].
> > >
> > > My question is if it's possible to change the plugin dependency without
> > > having to update the local repository. Maybe, there is some pom tag tag
> > I
> > > could use to change the plugin dependecy. Actually, I'd like to change
> > the
> > > antenna version to 0.9.15 and I didn't like to make it locally, because
> > > other developers would not get the changes.
> >
> > Try <plugin><dependencies><dependency> as Johan suggests.
> >
> > http://maven.apache.org/ref/2.0.6/maven-model/maven.html
> >
> > --
> > Wendy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to