You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of 'forceAjcCompile' workaround and special includes.
by separation of concerns: Let
- Maven Compiler do annotation processing without compilation and
- AspectJ Maven compilation of all Java sources and aspects without
annotation processing.
Actually, we could let AJ Maven do all the work, but it would be
difficult to configure everything correctly in JDK 9+, because AJ Maven
is incomplete regarding automatically putting everything on the right
module paths. so, this separation of concerns saves tedious
configuration work.
Relates to mojohaus/aspectj-maven-plugin#15.
See #3282
0 commit comments