aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-08-25 19:04:11 +0000
committerDominik Stadler <centic@apache.org>2015-08-25 19:04:11 +0000
commit61de04b84908d9a785ae81c68b48dabec3926b3c (patch)
tree433f92de60b2e6172f84f62e74ec202267d1154a /sonar/ooxml
parente41a5e93d38d69e143ab6b79400fe8f7e7e85acf (diff)
downloadpoi-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/ooxml')
-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>