diff options
author | Dominik Stadler <centic@apache.org> | 2014-04-18 18:19:17 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-04-18 18:19:17 +0000 |
commit | eaa29ed9d1f719b594f24398f3939203c2588bb2 (patch) | |
tree | 779f7390693f2a7da1dbb965e25e7593d908939b /sonar | |
parent | 3c3e164a50695490826dc161faf3005b9927a4a3 (diff) | |
download | poi-eaa29ed9d1f719b594f24398f3939203c2588bb2.tar.gz poi-eaa29ed9d1f719b594f24398f3939203c2588bb2.zip |
Try to exclude some generated files from Sonar runs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/scratchpad/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 24e8045d76..a05d12696d 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -13,6 +13,12 @@ <name>Apache POI Scratchpad package</name> + <properties> + <!-- Exclude some generated code from Sonar analysis --> + <sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions> + </properties> + + <build> <plugins> <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! --> |