Hi!
I'm sorry if this question is somehow trivial or I make some obvious error, I am quite beginner developer.
I tried to use mapstruct, but did not manage to do so with my spring project in Eclipse, i got message the implementation of interface was not found. So i figured there may be multiple errors, like something related to IDE, DI etc. So i set up a simple project based on example on your site and ran in with Maven directly from CL. I'm an expert in Maven, I just ran it like "mvn test" to see how that work. It failed my simple test. Should I ran maven with some arguments? Or is there something wrong in my project? Can you guys take a look? I have some personal project with a lot of entities and it would make my life so much easier.
If there is something fundamentally wrong with the way i run maven or something let me know, I will just get some book on it or something. I just learn java web development and usually used build tools provided by IDE, they used to do the job with little configuration effort.
Here is my project, as I said it is copied from example:
Thanks for your time!