Re: Maven Core Enhancement

2018-08-26 Thread Robert Scholte
On Sun, 26 Aug 2018 22:24:26 +0200, Karl Heinz Marbaise wrote: Hi Robert, On 26/08/18 21:48, Robert Scholte wrote: Yeah, I would really like to implement this. IIRC I did try to make a start, but I didn't solve the issue of the configuration to support all these features. If you have so

Re: Maven Core Enhancement

2018-08-26 Thread Karl Heinz Marbaise
Hi Robert, On 26/08/18 21:48, Robert Scholte wrote: Yeah, I would really like to implement this. IIRC I did try to make a start, but I didn't solve the issue of the configuration to support all these features. If you have something it would be good If I can take a look on it... I don't th

Re: Maven Core Enhancement

2018-08-26 Thread Robert Scholte
Yeah, I would really like to implement this. IIRC I did try to make a start, but I didn't solve the issue of the configuration to support all these features. I don't think we should go for a temporary included extension, just to prevent back compatibility issues in later releases. Let's go

Maven Core Enhancement

2018-08-26 Thread Karl Heinz Marbaise
Hi to all Devs, currently I'm working on maven-install/maven-deploy plugin which also contains the famous installAtEnd/deployAtEnd properties which have issues related to the way they are being implemented. They could not work in all situations (LifeCycleParticipants will not work). We have