]> source.dussan.org Git - poi.git/commitdiff
Try to exclude some generated files from Sonar runs
authorDominik Stadler <centic@apache.org>
Fri, 18 Apr 2014 18:19:17 +0000 (18:19 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 18 Apr 2014 18:19:17 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588537 13f79535-47bb-0310-9956-ffa450edef68

sonar/scratchpad/pom.xml

index 24e8045d766bb6d16bc594645ed632549aef3c39..a05d12696da215df3edea8876da5f0f1df8841f0 100644 (file)
 
     <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! -->