Hi Alexandre, You should be able to specify a plugin's dependancies within the plugin definition in your pom (build/plugins/plugin). I am not fully sure, but this may also be possible using a profile, which would allow you to not make this visibile to those who *dont* activate the profile in question.
Be aware though that maven dependancy resolution *may* resolve the plugin's dependancy to still be the old version. How the dep. resolution works is a little bit of a mystery to me still, but it is still worth trying. Cheers, Johan Alexandre Gomes wrote: > Hi, > > 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. > > thanks > > [1] > <groupId>com.pyx4me</groupId> > <artifactId>j2me-maven-plugin</artifactId> > <version>2.0.1</version> > > [2] > <dependency> > <groupId>de.pleumann</groupId> > <artifactId>antenna</artifactId> > <version>0.9.14</version> > </dependency> > > > Alexandre > -- you too? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
