Re: Maven slow

2023-04-06 Thread François Guillot
Hi Disclaimer: I'm a engineer @ Gradle You can also try the Gradle Enterprise Maven extension ( https://docs.gradle.com/enterprise/maven-extension/) Or the new Maven Cache extension https://maven.apache.org/extensions/maven-build-cache-extension/ to benefit from build caching for some goal execut

Re: Override Maven core default bindings

2022-06-29 Thread François Guillot
> >> [cstamas@urnebes DoubleCoreBindingsOverride]$ > >> > >> === > >> > >> All in all, to prevent this (obviously user mistake), I'd not think too > >> much about it: maybe just create a "k

Re: Override Maven core default bindings

2022-06-28 Thread François Guillot
ings into lib/ext) are earlier and earlier on the bootstrap of Maven, > and > > it cannot do much there... > > Hence, while Maven tries its best to protect you (users) from mistakes, > it > > cannot always do it, especially when things are just added to > classpat

Re: Override Maven core default bindings

2022-06-28 Thread François Guillot
nd could you explain what your extension is > doing? Best if you could show us some sources? > > HTH > Tamas > > > > On Tue, Jun 28, 2022 at 10:18 AM François Guillot < > francoisguillo...@gmail.com> wrote: > > > Hi, > > > > I need to override some

Override Maven core default bindings

2022-06-28 Thread François Guillot
Hi, I need to override some default Maven bindings in my custom extension, for instance "org.apache.maven.plugin.MavenPluginManager" I'm doing this by providing a "META-INF/plexus/components.xml" in my extension's jar with << org.apache.maven.plugin.MavenPluginManager com.a

Re: Register a Mojo from an extension

2019-09-11 Thread François Guillot
Found the problem I needed to export my package from my extension.xml On 2019/09/11 11:00:41, François Guillot wrote: > Hi,> > > I have a custom maven extension, that contains an EventSpy as its entry> > point.> > I would also like to have several Mojo implementations in

Register a Mojo from an extension

2019-09-11 Thread François Guillot
Hi, I have a custom maven extension, that contains an EventSpy as its entry point. I would also like to have several Mojo implementations in my extension jar, and make them available for consumption by users, as long as they apply the extension. I have a simple HelloWorldMojo, and a corresponding

Default Surefire version

2019-06-12 Thread François Guillot
Hi, The default Surefire version in Maven is 2.12.4, which is very old. Any reason to not upgrade it to a more recent version ? Thanks François

Are Maven snapshots available somewhere ?

2019-01-24 Thread François Guillot
Hi, I'm interested to test my current work on the latest official Maven version, but also the latest snapshot (now that would be 3.6.1-SNAPSHOT). Is it published and publicly available somewhere ? Thanks, François