I am using Mapstruct for DTO to Entity and Vice Versa conversions. Everything is working fine, application is also running. But I don't know what's wrong with eclipse. After running mvn clean install I got a Mapper Implementation class in 'target/generated-sources' But it is through compile time errors. It is not able to find any of the classes in 'src/main/java'.
Can anyone suggest some solution?