Re: [DISCUSS] Notes For Maven Plugin Developers

2022-11-23 Thread Slawomir Jaranowski
So org.apache.maven.repository.RepositorySystem - should be deprecated ... śr., 23 lis 2022 o 14:53 Tamás Cservenák napisał(a): > Howdy, > > Sorry for the late reply. > > Yes, original plan was to ditch maven-compat (for 4.0.0), but then it > turned out that in "maven 3 universe", to do some s

Re: [DISCUSS] Notes For Maven Plugin Developers

2022-11-23 Thread Tamás Cservenák
Howdy, Sorry for the late reply. Yes, original plan was to ditch maven-compat (for 4.0.0), but then it turned out that in "maven 3 universe", to do some stuff you had two options: - either rely on something in maven-compat - or reach directly for resolver (but it was not "popular" choice due 3.0/

Re: [DISCUSS] Notes For Maven Plugin Developers

2022-11-16 Thread Christoph Läubrich
One note about: > Note: this dependency in test scope is "acceptable" and actually required by some testing frameworks (see below). I think it is actually *not* acceptable and will cause confusions and there are already some work going on not requiring it anymore, so probably this can be upd

[DISCUSS] Notes For Maven Plugin Developers

2022-11-16 Thread Tamás Cservenák
Howdy, Recently we had several queries about testing Maven Plugins, but in general I think we should make plugin developers aware of incoming changes. Hence, I assembled the following wiki page, that may become Maven Site page as well, and (irrelevant is it becoming site page or not) probably shou