Re: maven-plugin-testing-harness

2022-10-02 Thread Christoph Läubrich
It seems some improvements are made regarding the maven-compat dependency (even though it is still used as test dependency). I'm currently try to get away from maven-compat in the Tycho plugin, but the MojoTestCase currently force the usage of it. If this is still active project and important

Re: Re: Improve connection between Maven and IDE?

2022-10-02 Thread Romain Manni-Bucau
Le dim. 2 oct. 2022 à 16:45, Hannes Wellmann a écrit : > > Out of curiosity, why did you reject the transformer approach (if you > tried > > it)? > > Agree it can slow down a bit first startup but it is solething very easy > to > > cache for an IDE - at indexation time even. > > > I have not yet

Re: Re: Fw: Request for Enhancement: Dependency Overrides

2022-10-02 Thread Romain Manni-Bucau
Vscode too but not idea nlr netbeans, this is where we should agree and request enhancement if we want to enable new model versions without awaiting integrations coming after releases - so too late for adoption, the egg or chicken pb. Le dim. 2 oct. 2022 à 16:58, Hannes Wellmann a écrit : > > >

Aw: Re: Fw: Request for Enhancement: Dependency Overrides

2022-10-02 Thread Hannes Wellmann
> Options I see is to either do the uodate since IDE are open source but it > requires more man power OR provide a language server and let IDE do their > integration with it, this option can need some discussion with > idea/netbeans/eclipse maven integrators but sounds like a good compromise > fo

Aw: Re: Improve connection between Maven and IDE?

2022-10-02 Thread Hannes Wellmann
> Out of curiosity, why did you reject the transformer approach (if you tried > it)? > Agree it can slow down a bit first startup but it is solething very easy to > cache for an IDE - at indexation time even. I have not yet tried the transformer approach and have to admit I have never used a tra