...
To exclude/include files, you can use wildcard patterns:
- Wildcard patterns relative to the source directory. Example: **/*Bean.java to exclude/include all classes ending with 'Bean'
- Absolute path, for example: file:**/src/generated/java/**/*.java
Full documentation is directly available on the Sonar web interface (Configuration > Settings > Exclusions).
Customizing Links
To add links to your project, click on Links in the left menu:
...

