aspectj-maven-plugin
aspectj-maven-plugin copied to clipboard
New parameter 'javaModules' adds Java 9+ modules via '--module-path'
This is the simplest initial version of Java 9+ modules support by allowing to specify dependencies as Java modules if they are needed for compilation.
This PR was inspired by StackOverflow question https://stackoverflow.com/q/65286736/1082681.
For now there is no integration test yet, I just verified that it works manually and added simple copy, paste & modify style unit tests.