Sonar analyzes all files in the project directory. However, I only want to analyze the files from the Build Wrapper Output (and the files included from those files). All other files are not relevant to the project and must not be analyzed.
If I set
sonar.exclusions=**
no file is analyzed.
How can I configure the Scanner to only analyze the files from the Build Wrapper Output?