I\'m trying to move a build which generates sources using an annotation processor to Maven. I\'ve tried configuring the maven-compiler-plugin as follows:
<
I had this issue with GWTP Source Generate APT Processing annotations
It was because I didn't set a version for the compiler plugin, my final setup:
org.apache.maven.plugins
maven-compiler-plugin
3.0
1.6
${generated.sources}
com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor