go-offline-maven-plugin
go-offline-maven-plugin copied to clipboard
Support maven-compiler-plugin's annotationProcessorPaths
The maven-compiler-plugin dynamically downloads dependencies configured via annotationProcessorPaths. Those dependencies are not required to apear in any dependency section and are thus not downloaded by the go-offline-maven-plugin. The plugin should read the annotationProcessorPaths configuration and download those dependencies.
This would be really nice if it would work. Just ran into this issue:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project foundation: Resolution of annotationProcessorPath dependencies failed: Missing:
[ERROR] ----------
[ERROR] 1) org.projectlombok:lombok-mapstruct-binding:jar:0.2.0