aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>