You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2014/03/03 21:43:10 UTC

svn commit: r1573741 - /poi/trunk/sonar/pom.xml

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-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org