wp10590362-info
2014-05-23 13:28:05 UTC
Hi,
I wondered why my global settings to exclude "**/*jquery*.js" didnt work - until
I found a <sonar.exclusion> properties in the project's pom.xml.
After removing the configuration in the pom.xml the files defined in global
settings were excluded, as expected.
What is the expected behaviour here? Do pom.xml <sonar.exclusions> override the
global settings at all ? Should'nt or could'nt the entries be merged ?
What is "best practice" here to generally exclude some (known) files - but let
the project additionally exclude some project specific files ?
Thanx, Torsten
I wondered why my global settings to exclude "**/*jquery*.js" didnt work - until
I found a <sonar.exclusion> properties in the project's pom.xml.
After removing the configuration in the pom.xml the files defined in global
settings were excluded, as expected.
What is the expected behaviour here? Do pom.xml <sonar.exclusions> override the
global settings at all ? Should'nt or could'nt the entries be merged ?
What is "best practice" here to generally exclude some (known) files - but let
the project additionally exclude some project specific files ?
Thanx, Torsten