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/excelant | |
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/excelant')
-rw-r--r-- | sonar/excelant/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index 2efd544908..66ec9bbeba 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -13,6 +13,12 @@ <name>Apache POI ExcelAnt package</name> + <properties> + <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks --> + <sonar.sources>${basedir}/../../src/excelant/java</sonar.sources> + <!-- tests are automatically found in Maven --> + </properties> + <build> <plugins> <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! --> |