Re: [VOTE] Release Apache Maven Daemon 1.0-m7

2023-07-11 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

maven-dependencies-plugin

2023-07-11 Thread A H
To whom it may concern, I was told, that I might get my answer here - using this email address. As I was considering to contribute to the maven dependencies plugin, I was wondering, whether the usage of Java's ServiceLoader mechanism was an acceptable way of introducing extensibility into maven

Re: maven-dependencies-plugin

2023-07-11 Thread Tamás Cservenák
Howdy Maven plugins (same as maven core btw) use Component Oriented Programming model, with Plexus (and today Eclipse Sisu, also providing Plexus backwards compat layer as plexus shim, but jsr330 is preferred) as container implementation. See Sisu in 5 minutes for simplest example of extensibility