Follow-up to prematurely closed #151.
First, do not close issues, without giving the author the chance to reply, just because you do not get the point.
The documentation is crystal clear: There is nothing to be added to the example maven-plugiin annotationProcessorPaths section, otherwise there would be three dots ("...") in front or after the mapstruct-spring-extensions entry.
The screen shots you posted tell the reader indirectly to put the libraries of mapstruct into the project (pom.xml).
- Either just the libraries as dependencies.
- Or set up the complete mapstruct-processor as described in the MapStruct documentation. This means using a second maven-plugin section. And this setup leads to errors in the annotation processing.
It took me two days to find the correct setup, wasting your tax payers money by the way.