I have a multi module Maven project. I need to exclude one of the sub module from sonar anlaysis.
I run the mvn sonar:sonar from parent directory.
Is there a way to specify the exclusions in pom file or do we need to configure it in sonar qube.
I have a multi module Maven project. I need to exclude one of the sub module from sonar anlaysis.
I run the mvn sonar:sonar from parent directory.
Is there a way to specify the exclusions in pom file or do we need to configure it in sonar qube.
From the documentation: