Bernd Bohmann wrote: >> I see on myfaces.apache.org there is a maven apt plugin - does this >> actually work? > > Yes, > the plugin based on the work from Juraj Burian > see: > http://jira.codehaus.org/browse/MNG-1672
Thanks for your reply, Bernd. The tobago apt plugin works great, but as Juraj Burian writes in the jira, it is a issue that processors needs to be added as a project dependency. I would like to modify the plugin so that processors only needs to be added as dependencies to the plugin. So when you define the plugin for use in pom.xml you only need to add the processors you are using to the dependencies tag inside the plugin tag.. I have not figured out how I can do this yet, any hints are welcome. :) I would guess it is an easy way to retrive all the dependencies from a plugin. > beehive has also a maven-apt-plugin > > http://svn.apache.org/repos/asf/beehive/sandbox/maven2/maven-apt-compiler/ I wasnt aware of that, thanks. I'll take a look at that one too. Regards, Rohnny

