mirror of https://github.com/apache/poi.git
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:
parent
8bd9aa0930
commit
8587fd1f3e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue