Author: centic
Date: Fri Apr 18 18:19:17 2014
New Revision: 1588537

URL: http://svn.apache.org/r1588537
Log:
Try to exclude some generated files from Sonar runs

Modified:
    poi/trunk/sonar/scratchpad/pom.xml

Modified: poi/trunk/sonar/scratchpad/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/scratchpad/pom.xml?rev=1588537&r1=1588536&r2=1588537&view=diff
==============================================================================
--- poi/trunk/sonar/scratchpad/pom.xml (original)
+++ poi/trunk/sonar/scratchpad/pom.xml Fri Apr 18 18:19:17 2014
@@ -13,6 +13,12 @@
 
     <name>Apache POI Scratchpad package</name>
 
+       <properties>
+               <!-- Exclude some generated code from Sonar analysis -->
+               
<sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions>
+       </properties>
+ 
+
     <build>
                <plugins>
                        <!-- copy sources, resources and tests in place as 
otherwise Sonar does not pick them up correctly! -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to