go-offline-maven-plugin icon indicating copy to clipboard operation
go-offline-maven-plugin copied to clipboard

Support maven-compiler-plugin's annotationProcessorPaths

Open Theoderich opened this issue 6 years ago • 1 comments

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.

Theoderich avatar Oct 18 '18 07:10 Theoderich

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

tobias-meyer avatar Mar 01 '23 15:03 tobias-meyer