I am using QueryDsl, so my source depends on generated code.
FIRST
Whenever IDEA (auto) imports pom.xml, the following setting is always empty:
Build, Execution, Deployment -> Compiler -> Annotation Processors -> Annotation Processors
I have to set it manually, which is very troublesome.
SECOND
I have multi-modules using QueryDsl, which I want to be grouped into one profile with the QueryDsl com.mysema.query.apt.jpa.JPAAnnotationProcessor
applied.
Build, Execution, Deployment -> Compiler -> Annotation Processors -> profile
I currently have to group these modules into one profile manually.
I also have to write a README and inform all members to follow the guide to set IDEA manually.
How can I config pom.xml, so that IDEA can fill these two settings automatically?