Re: Issue reading configuration from exection

2018-08-06 Thread Robert Scholte
On Mon, 06 Aug 2018 18:27:48 +0200, Kev James wrote: Hi all, Is this the right place to ask questions about writing Maven plugins? I'm writing a plugin and I have a unit test that tries to verify that the in an is being read (because right now it doesn't, so it's got its own unit test now).

Issue reading configuration from exection

2018-08-06 Thread Kev James
Hi all, Is this the right place to ask questions about writing Maven plugins? I'm writing a plugin and I have a unit test that tries to verify that the in an is being read (because right now it doesn't, so it's got its own unit test now). This pom is read correctly, and my Mojo's execute() metho

Re: [Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Massimiliano Dessì
Hi Karl, the first "public and official" version is here: https://github.com/kiegroup/kie-wb-common/tree/master/kie-wb-common-services/kie-wb-common-compiler one of the changes to do for the contribution is to replace our git FS NIO2 implementation with the JDK NIO2. p.s.: One nice side effects

Re: [Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Massimiliano Dessì
Hi Tibor the pom is changed the rirst time the compiler discover the project, it turning off the default Maven compiler and adding Takari, I've contributed the failOnError flag in Takari projects because we need to provide a real incremental behaviour to the user, compile all the correct stuff and

Re: [Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Karl Heinz Marbaise
Hi, is the code somewhere available? Usable ? kind regards Karl Heinz Marbaise On 06/08/18 13:15, Karl Heinz Marbaise wrote: Hi, On 06/08/18 11:16, Massimiliano Dessì wrote: Hi all, as a part of my daily job in Red Hat I've worked on a "customization" of Maven for our Kie Workbench used wit

Re: [Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Tibor Digana
I am interested in the incremental builds. Takari has some extension for incremental build, and there are also some extensions for children in Maven multi-module project when you update it via Git. On Mon, Aug 6, 2018 at 11:16 AM, Massimiliano Dessì < massimiliano.de...@gmail.com> wrote: > Hi all

Re: [Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Karl Heinz Marbaise
Hi, On 06/08/18 11:16, Massimiliano Dessì wrote: Hi all, as a part of my daily job in Red Hat I've worked on a "customization" of Maven for our Kie Workbench used with Drools, JBPM and Optaplanner. The starting point was exports Objects created by Drools inside our Maven plugin, but the features

[Proposal] When Old Meets New: Turning Maven into a High Scalable, Resource Efficient, Cloud Ready Microservice

2018-08-06 Thread Massimiliano Dessì
Hi all, as a part of my daily job in Red Hat I've worked on a "customization" of Maven for our Kie Workbench used with Drools, JBPM and Optaplanner. The starting point was exports Objects created by Drools inside our Maven plugin, but the features are growed a lot. A brief and not exhaustive list