diff options
author | Dominik Stadler <centic@apache.org> | 2014-03-10 19:35:25 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-03-10 19:35:25 +0000 |
commit | 9f322d5543182ae5f38f76500edae2d5d3e7fb82 (patch) | |
tree | 8a5d07c58e0f8ccc17dcb856f470423edb35f2b3 /sonar/pom.xml | |
parent | 668aa034831e3e8670c55a94a4379df0866282b1 (diff) | |
download | poi-9f322d5543182ae5f38f76500edae2d5d3e7fb82.tar.gz poi-9f322d5543182ae5f38f76500edae2d5d3e7fb82.zip |
Try one more way of excluding generated sources in the Maven pom.xml files for Sonar analysis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index abc8375135..387ff8181a 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -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> |