I have a component that requires access to Settings where it is available
at MOJO level via @Parameter(defaultValue = "${settings}", readonly = true)So instead of have Mojo to pass the Settings to my plexus component method, can my plexus component get Settings as an Injection? any sample? Thanks -Dan
