Open
Description
Elliotte Rusty Harold opened MPLUGIN-540 and commented
From https://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html
Plugin Tools Java Annotations
You can use Java annotations to generate the plugin descriptor file.
This includes @Component
but not @Inject
. Figure out what this means for @Inject
, then do it.
No further details from MPLUGIN-540