]> source.dussan.org Git - poi.git/commitdiff
sonar - remove build dir when cleaning
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 29 Aug 2015 14:03:48 +0000 (14:03 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 29 Aug 2015 14:03:48 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700034 13f79535-47bb-0310-9956-ffa450edef68

sonar/ooxml/pom.xml

index 4df81fe121ca02d6e8f1f603e911d655551962e0..4d5e00d69b06143ed5ad7754524378abda3a1f9d 100644 (file)
                             <directory>src</directory>
                             <followSymlinks>false</followSymlinks>
                         </fileset>
+                        <fileset>
+                            <directory>build</directory>
+                            <followSymlinks>false</followSymlinks>
+                        </fileset>
                     </filesets>
                 </configuration>
             </plugin>