On 14 May 2014, at 5:19, Cristiano Gavião wrote:
couple years ago I read an interview from Jason where he talk about
pom mixins [1].
But I couldn't find any information about it since then. Was this
feature already implemented ?
I think the closest we have still is the maven-tiles project [
Hi,
couple years ago I read an interview from Jason where he talk about pom
mixins [1].
But I couldn't find any information about it since then. Was this
feature already implemented ?
thanks
[1] -
http://blog.sonatype.com/2010/03/eclipsemagazine-interview-with-jason-van-zyl
---
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