aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar/ooxml/pom.xml')
-rw-r--r--sonar/ooxml/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 4df81fe121..42bd514e16 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -12,6 +12,12 @@
<packaging>jar</packaging>
<name>Apache POI OOXML package</name>
+
+ <properties>
+ <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks -->
+ <sonar.sources>${basedir}/../../src/ooxml/java</sonar.sources>
+ <!-- tests are automatically found in Maven -->
+ </properties>
<build>
<plugins>