Open ascopes opened 2 months ago
@ascopes - thanks for sharing. Apologies for the delayed response
I am not seeing any docs around this. The GitHub repo is marked as publicly archived and the main repo links seems to be broken. Can you share any info on this so that I can take a look and see how much work is needed?
Eclipse Sisu, you mean?
I have a working set up for it in my Maven plugin I maintain as well if you need an example of how to configure it: https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin
Hope that helps. Thanks for the reply!
Thank you! I already saw the first two links and couldnt really find a lot of useful info to build plugins. The last one is useful. Thank you
Running the Maven plugin on v2.5.1 with
-Dmaven.plugin.validation=verbose
in theMAVEN_ARGS
results in the following warning:The use of Plexus can be replaced with the use of Eclipse Sisu, which should also reduce some complexity as it implements the Java CDI spec, and is the recommended way to achieve CDI in Maven Plugins now.
The use of end-of-life features should probably be fixed since it would pose a blocker to Maven 4.0 migration once it becomes available.