The generated code is present in a separate target folder path like: target/generated-sources/fod1/fod2/*.java
I have been trying several option but in vain please help.
<properties>
<sonar.exclusions>**/generatedsources/fod1/fod2/**/*.java</sonar.exclusions>
</properties>
I have tried the option from one of the posts also **/*generated*