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
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
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
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?