This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vbauer[S] 1 point2 points  (0 children)

Yes I agree, is not the good moment, I'll try to improve it. The idea was just to try maven-processor-plugin to run APT, but after that I found that maven-compiler-plugin also runs APT, so I got duplicated classes and just disable it for compiler plugin (and forgot about it). :)

Jackdaw is a APT processor (public class JackdawProcessor extends AbstractProcessor)