Re: Plexus sisu bridge

2017-09-02 Thread Martin
Ok, understood I think. Maybe I can change the plexus bridge to a springfactorybean. So we can use the inject mechanism and need not different mechanisms for creating the beans in the code. Martin Am Freitag, 1. September 2017, 05:38:44 CEST schrieb Olivier Lamy: > On 31 August 2017 at 05:39

About some refactoring

2017-09-02 Thread Martin
Hi, after reading a lot of code and tickets the last days I would like to propose some refactoring changes: - One change and I think good to handle would be to switch from java.io.File to java.nio.Path for all the code. Currently these are mixed (new code uses mostly Path) and leads to con

Re: Plexus sisu bridge

2017-09-02 Thread Olivier Lamy
On 2 September 2017 at 17:04, Martin wrote: > Ok, understood I think. > > Maybe I can change the plexus bridge to a springfactorybean. So we can use > the inject > mechanism and need not different mechanisms for creating the beans in the > code. > Well I'm not sure if all the Maven code we use i