I'm using Eclipse Indigo and have a Maven project which uses an annotation processor to generate code.
I have set up annotation processing in the project properties (in Eclipse), but ideally I'd prefer this IDE setting to be managed by Maven so I can share it easily with my colleagues.
Any suggestions would be appreciated