]> source.dussan.org Git - poi.git/commitdiff
Try to set the Sonar-Exclusion property differently to see if that makes the exclusio...
authorDominik Stadler <centic@apache.org>
Mon, 3 Mar 2014 20:43:09 +0000 (20:43 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 3 Mar 2014 20:43:09 +0000 (20:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68

sonar/pom.xml

index 7859b506d178a07102db51b6496b9fd88e2cb7e6..abc8375135f00edea14d7655e4d8d909085e1fa4 100644 (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>