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]
