Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information