diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-08-29 14:03:48 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-08-29 14:03:48 +0000 |
commit | 7b5bd4a7f67ce324620153ead02d7bfc90348806 (patch) | |
tree | 363f2793e0128fbfbef3293428ec8cbe099c6154 | |
parent | 5f05589bb728915b70fe9fe5dfeb36da74c1ce3c (diff) | |
download | poi-7b5bd4a7f67ce324620153ead02d7bfc90348806.tar.gz poi-7b5bd4a7f67ce324620153ead02d7bfc90348806.zip |
sonar - remove build dir when cleaning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700034 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sonar/ooxml/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 4df81fe121..4d5e00d69b 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -77,6 +77,10 @@ <directory>src</directory> <followSymlinks>false</followSymlinks> </fileset> + <fileset> + <directory>build</directory> + <followSymlinks>false</followSymlinks> + </fileset> </filesets> </configuration> </plugin> |