Hi all, I'm currently trying to write a small internal Maven plugin and as we're on Maven 3.1+ only, I have no need to be backwards compatible.
My struggle is currently in finding good resources how a current Maven plugin should be written. I found documentation of the Java5 annotations, so far so good. I'm currently struggling to get dependency injection to work and hand me an Aether RepositorySystem (as the plugin should analyze the dependency tree and the POMs of the dependencies). Is there a list of Maven 3.1+ plugins which have been converted where I could have a look? Or some good resources / blog posts about that? And is there some overview of available "Components" which are available for injection into a Mojo? Greetings -Sascha- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org