sonarqube - Not able to exclude some java packages from local server analysis -


we have upgarded sonar server 3.5.1. in order use sonar have upgraded local eclipse juno(4.2) , sonar plugin 3.1. sonar server able exclude packages usign sonar.excustions key , not show violations packages. when run report sonar local analysis see though added sonar.exclusions local properties show violations exluded files. how can resolve issue.

thanks in advance. sapana.

there's limitation on sonar side (see http://jira.codehaus.org/browse/sonar-4265) prevents modules retrieve related settings when analyzed independently root project.

feel free watch , vote ticket.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -