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 element and pass in the -processorpath argument, but how do I generate the path to a dependency? Ideally, i just want to add a block into the plugin with a scope of "processo

Re: APT and the maven-compiler-plugin

2008-12-06 Thread Mark Hobson
2008/12/6 Mark Derricutt <[EMAIL PROTECTED]>: > Is it possible to easily add annotation processors into the > maven-compiler-plugin? > > Looking at the docs I see I can add a element and pass in > the -processorpath argument, but how do I generate the path to a dependency? > > Ideally, i just want