Hi,
I noticed that MapStruct diagnostics (warnigns) are only printed when maven runs with option --debug. This has the drawback that the debug information appears cluttered with a lot of other debug information.
It would be a great improvement to write debug information to stdout during the build, controlled by a Mapstruct plugin configuration option. One could even consider to do this always, but switch it off by means of plugin configuration (e.g. a verbose option).
Best regards,
Sjaak