Re: APT and the maven-compiler-plugin

2008-12-06 Thread Mark Hobson
://mojo.codehaus.org/apt-maven-plugin/ With regard to using the maven-compiler-plugin for apt, see: http://jira.codehaus.org/browse/MCOMPILER-75 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

APT and the maven-compiler-plugin

2008-12-05 Thread Mark Derricutt
Is it possible to easily add annotation processors into the maven-compiler-plugin? Looking at the docs I see I can add a compilerArgument element and pass in the -processorpath argument, but how do I generate the path to a dependency? Ideally, i just want to add a dependency block into the