]> source.dussan.org Git - poi.git/commitdiff
Try one more way of excluding generated sources in the Maven pom.xml files for Sonar...
authorDominik Stadler <centic@apache.org>
Mon, 10 Mar 2014 19:35:25 +0000 (19:35 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 10 Mar 2014 19:35:25 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68

sonar/ooxml-schema-encryption/pom.xml
sonar/ooxml-schema/pom.xml
sonar/pom.xml

index aa723d0d6fbb25b59c564cf1da96831caefedcd4..56d297677592a1ef8282686a0455c149064965ee 100644 (file)
 
     <name>Apach POI - Openxmlformats Encryption Schema package</name>
 
+       <properties>
+               <!-- see http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus for details of this property -->
+               <sonar.exclusions>target/generated-sources/*</sonar.exclusions>
+       </properties>
+  
     <build>
                <plugins>
                        <plugin>
index 92426b486bef5e2c57f2e1384ee5414ab3a6fb9d..453b53fa5709ccbb2e6ef10e0363261dbe0eeb41 100644 (file)
 
     <name>Apach POI - Openxmlformats Schema package</name>
 
+       <properties>
+               <!-- see http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus for details of this property -->
+               <sonar.exclusions>target/generated-sources/*</sonar.exclusions>
+       </properties>
+  
     <build>
                <plugins>
                        <!-- Download and unpack the OfficeOpenXML Schema and use xmlbeans to create classes from the XSDs -->
index abc8375135f00edea14d7655e4d8d909085e1fa4..387ff8181acf196d867f89eac4824892baa7006c 100644 (file)
@@ -64,9 +64,6 @@
 
        <properties>
                <project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
-               
-               <!-- 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>