Open kimehdgns opened 7 years ago
Could you elaborate?
I think he is having the same issue as I have : if the model entities are not in the same maven artifact as the repository having the apt-maven-processor plugin, the Q-entities are not generated
Me to, a.pom.xml has model has entities ,b.pom.xml has repository ,but apt-maven-processor dit not create the Q[className] 's java file
Well, apt doesn't work with dependencies.. afaik You could ask the type system for types, but not ask the processing run for annotations not on the source path.
...