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

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 ( your.plugin.versionsomedefault/your.plugin.version 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