diff options
author | Dominik Stadler <centic@apache.org> | 2015-08-25 19:04:11 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-08-25 19:04:11 +0000 |
commit | 61de04b84908d9a785ae81c68b48dabec3926b3c (patch) | |
tree | 433f92de60b2e6172f84f62e74ec202267d1154a /sonar/scratchpad | |
parent | e41a5e93d38d69e143ab6b79400fe8f7e7e85acf (diff) | |
download | poi-61de04b84908d9a785ae81c68b48dabec3926b3c.tar.gz poi-61de04b84908d9a785ae81c68b48dabec3926b3c.zip |
Next try for Sonar Maven build: Specify the src-pathes in the various pom.xml files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/scratchpad')
-rw-r--r-- | sonar/scratchpad/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index c3dc3112a1..46f37439fc 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -14,10 +14,12 @@ <name>Apache POI Scratchpad package</name> <properties> + <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks --> + <sonar.sources>${basedir}/../../src/scratchpad/examples,${basedir}/../../src/scratchpad/src</sonar.sources> + <!-- tests are automatically found in Maven --> <!-- 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> |