Try to set the Sonar-Exclusion property differently to see if that makes the exclusions work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2014-03-03 20:43:09 +00:00
parent 8bd9aa0930
commit 8587fd1f3e
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@
<properties>
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
<sonar.exclusions>**/*generated*</sonar.exclusions>
<!-- see http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus for details of this property -->
<sonar.exclusions>com/microsoft/*,org/openxmlformats/*,schemasMicrosoftCom*</sonar.exclusions>
</properties>
<build>