I've been able to reduce the need for ASM in plexus-java. First implementations always used ASM to read the module descriptor, now that's only done if the runtime is Java 8 or below, otherwise it'll use the `ModuleDescriptor.read()` from the JRE. Plugins that still need ASM ar at least maven-plugin-plugin, maven-shade-plugin, maven-dependency-plugin and probably a few more.
[ Full content available at: https://github.com/apache/maven-plugin-tools/pull/14 ] This message was relayed via gitbox.apache.org for [email protected]
