Hi I have a need to inject my jsr330 component into my plugins[1] and I found 2 issues
1. @Inject under MOJO works, but my singleton component @PreDestroy never got called 2. @Inject at my component does not work. I wonder if anyone able to get JSR330 fully working for your maven plugin development? my env is maven 3.3.9 and java 8 Thanks -Dan [1] http://maven.apache.org/maven-jsr330.html
