Hi, I would like to use selma together with lombok and querydsl. I would like to add auto-generated classes to a specific src directory.
Everything works fine for lombok+querydsl.
When I add selma processor by specifically adding fr.xebia.extras.selma.codegen.MapperProcessor to the compiler args, I can see selma classes are correctly generated in the specified src directory. Unfortunately, the selma auto generates java sources also in the target classes directory. This leads to the duplicate class error.
How can I turn off auto generation within target classes directory?
Hi, I would like to use selma together with lombok and querydsl. I would like to add auto-generated classes to a specific src directory. Everything works fine for lombok+querydsl. When I add selma processor by specifically adding fr.xebia.extras.selma.codegen.MapperProcessor to the compiler args, I can see selma classes are correctly generated in the specified src directory. Unfortunately, the selma auto generates java sources also in the target classes directory. This leads to the duplicate class error. How can I turn off auto generation within target classes directory?