aspectj-maven-plugin icon indicating copy to clipboard operation
aspectj-maven-plugin copied to clipboard

New parameter 'javaModules' adds Java 9+ modules via '--module-path'

Open kriegaex opened this issue 4 years ago • 0 comments

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.

kriegaex avatar Dec 15 '20 06:12 kriegaex