Author: centic
Date: Mon Mar  3 20:43:09 2014
New Revision: 1573741

URL: http://svn.apache.org/r1573741
Log:
Try to set the Sonar-Exclusion property differently to see if that makes the 
exclusions work

Modified:
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/sonar/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1573741&r1=1573740&r2=1573741&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Mon Mar  3 20:43:09 2014
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to