Re: How do I override a plugin dependency?

2008-08-27 Thread Graham Leggett
Brian Fox wrote: Hi, I blogged about this with examples. I can't copy and paste on the iPhone but you can find it at http://blogs.Sonatype.com/brian I discovered a number of blogs explaining how to do it, but none of them worked. After some testing it turned out that if you tried to overrid

Re: How do I override a plugin dependency?

2008-08-26 Thread Brian Fox
Hi, I blogged about this with examples. I can't copy and paste on the iPhone but you can find it at http://blogs.Sonatype.com/brian Sent from my iPhone On Aug 23, 2008, at 8:08 AM, "Graham Leggett" <[EMAIL PROTECTED]> wrote: Hi all, I have a need to override a specific dependency used by th

Re: How do I override a plugin dependency?

2008-08-25 Thread Brett Porter
sounds right if the group/artifact IDs match up. Maybe this is a bug? - Brett 2008/8/23 Graham Leggett <[EMAIL PROTECTED]>: > Hi all, > > I have a need to override a specific dependency used by the > maven-torque-plugin, and I am struggling to convince maven v2.0.9 to do > this. > > The symptoms

How do I override a plugin dependency?

2008-08-25 Thread Graham Leggett
Hi all, I have a need to override a specific dependency used by the maven-torque-plugin, and I am struggling to convince maven v2.0.9 to do this. The symptoms are that the original jar is being used, instead of the overridden jar, which is effectively ignored. To test this, I have deleted