asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
317 stars 122 forks source link

Replace deprecated 'plexus-component-metadata' #718

Open abelsromero opened 8 months ago

abelsromero commented 8 months ago

What is this issue about?

Description

As per documentation plexus-component-metadata is deprecated and replaced by Sisu https://codehaus-plexus.github.io/plexus-containers/plexus-component-metadata/.

It'd be interesting to test it for the Maven v4.0 branch.