Re: how maven build plugins plugin use latest version

2014-05-13 Thread Dan Tran
Setup your pom to use a verion properties with a default value ( somedefault then you can override externally using -Dyour.plugin.version= that my be close to what you looking for -D On Tue, May 13, 2014 at 12:31 AM, Karl Heinz Marbaise wrote: > Hi, > > > > > hi, all, > >> I have develope

Re: how maven build plugins plugin use latest version

2014-05-13 Thread Anders Hammar
Please use the users mailing list for this sort of questions. This list is for development of Maven itself. /Anders On Thu, May 8, 2014 at 4:49 AM, Sartisty wrote: > hi, all, > I have developed a maven build plugin and I will upgrade it > frequently. How to use the latest release version, not

Re: how maven build plugins plugin use latest version

2014-05-13 Thread Karl Heinz Marbaise
Hi, > hi, all, I have developed a maven build plugin and I will upgrade it frequently. How to use the latest release version, not modify plugin version in pom.xml frequently? One idea is no version setting, but it will generate too much warnings. Setting LATEST, it won't work. Is there any good

how maven build plugins plugin use latest version

2014-05-12 Thread Sartisty
hi, all, I have developed a maven build plugin and I will upgrade it frequently. How to use the latest release version, not modify plugin version in pom.xml frequently? One idea is no version setting, but it will generate too much warnings. Setting LATEST, it won't work. Is there any good solution?