aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-03-03 20:43:09 +0000
committerDominik Stadler <centic@apache.org>2014-03-03 20:43:09 +0000
commit8587fd1f3e1c702a26e2b27a3a9d72ac60e06a0d (patch)
tree14a991fdb22dcd65659737092f80cdedaf6267bf /sonar
parent8bd9aa0930efd6dac15ad22edb42d240cfcc1344 (diff)
downloadpoi-8587fd1f3e1c702a26e2b27a3a9d72ac60e06a0d.tar.gz
poi-8587fd1f3e1c702a26e2b27a3a9d72ac60e06a0d.zip
Try to set the Sonar-Exclusion property differently to see if that makes the exclusions work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 7859b506d1..abc8375135 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -64,7 +64,9 @@
<properties>
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
- <sonar.exclusions>**/*generated*</sonar.exclusions>
+
+ <!-- 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>