mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
3c3e164a50
commit
eaa29ed9d1
|
@ -13,6 +13,12 @@
|
||||||
|
|
||||||
<name>Apache POI Scratchpad package</name>
|
<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>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
|
<!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
|
||||||
|
|
Loading…
Reference in New Issue