Re: Controlling plugin versions using dependency management

2007-04-20 Thread Grzegorz Słowikowski
Thank you Grzegorz Slowikowski Franz Allan Valencia See napisał(a): Good day, Use instead. Something like ... org.apache.maven.plugins maven-jar-plugin 2.0 See [1] for more info. Cheers, Franz [1] http://maven

Re: Controlling plugin versions using dependency management

2007-04-20 Thread Grzegorz Słowikowski
lugin versions using dependency management Hi developers I want to control plugin versions used in a multimodule build with dependencyManagement. I thing, Maven behaves weird. Here is a test project, where I try to control maven-jar-plugin version. parent pom: 4.0.0 mycompany parent

RE: Controlling plugin versions using dependency management

2007-04-20 Thread LAMY Olivier
2007 10:34 À : dev@maven.apache.org Objet : Controlling plugin versions using dependency management Hi developers I want to control plugin versions used in a multimodule build with dependencyManagement. I thing, Maven behaves weird. Here is a test project, where I try to control maven-jar-p

Re: Controlling plugin versions using dependency management

2007-04-20 Thread Franz Allan Valencia See
Good day, Use instead. Something like ... org.apache.maven.plugins maven-jar-plugin 2.0 See [1] for more info. Cheers, Franz [1] http://maven.apache.org/ref/current/maven-model/maven.html On 4/20/07, Grzegorz Sł

Controlling plugin versions using dependency management

2007-04-20 Thread Grzegorz Słowikowski
Hi developers I want to control plugin versions used in a multimodule build with dependencyManagement. I thing, Maven behaves weird. Here is a test project, where I try to control maven-jar-plugin version. parent pom: 4.0.0 mycompany parent pom 1.0.0-SNAPSHOT child