Skip to content

I dont see apt plugin support processor in classes from other maven module ( multimodule proj) #655

Answered by fbricon
mpet asked this question in Q&A
Discussion options

You must be logged in to vote

Long story short, JDT APT doesn't support Annotation Processors from workspace projects. They must come from jar files.
It's a design decision as explained in https://bugs.eclipse.org/bugs/show_bug.cgi?id=259230#c1.

Your best bet is to make changes to your annotation processor in another Eclipse instance, and have the processor project closed in the workspace you want to consume it, so that it's referenced as a jar file.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@mpet
Comment options

Comment options

You must be logged in to vote
2 replies
@laeubi
Comment options

@mpet
Comment options

Comment options

You must be logged in to vote
5 replies
@mpet
Comment options

@fbricon
Comment options

@mpet
Comment options

@fbricon
Comment options

@mpet
Comment options

Answer selected by mpet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants