Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.3
-
None
-
None
Description
Hi, I know about annotationProcessorPaths of maven-compiler-plugin and it works somehow, but with some limitations
- dependencyManagement does not work for path elements (need to specify version). workaround use variable
- if I have apt-processor as a part of the project (separate module) and use it only in the maven-compiler-plugin configuration it has been built in the last order, that brakes build
- the maven-compiler-plugin can use only INSTALLED artifacts, not from a reactor
Use the processor as a usual dependency is also not a case (even with provided scope)
Attachments
Issue Links
- is related to
-
MCOMPILER-391 annotationProcessorPaths have to follow dependencyManagement rules
- Closed