Re: Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-24 Thread Curtis Rueden
Hi Mark, The javadoc of annotationProcessorPaths [1] is not very reassuring for your intended use case: "Classpath elements to supply as annotation processor path. If specified, the compiler will detect annotation processors only in those classpath elements." That makes it sounds like it merely

Re: Anyone using annotationProcessorPaths in maven-compiler-plugin

2016-03-24 Thread Christopher
The only annotation processor I use is Google's auto-service. I didn't find this to be setting to be useful at all in that case, because I still need the auto-service on the classpath (as an optional dependency) so I can actually use the @AutoService annotation in my source. I didn't try it with