diff options
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! --> |