aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-08-27 08:20:40 +0000
committerDominik Stadler <centic@apache.org>2015-08-27 08:20:40 +0000
commit08662952d20557365a53751a79006478088fe491 (patch)
tree655ea0621e0933f56c7091cd34e543291631150b /sonar/ooxml
parent1f40d2a3c64ac1dc2bba5a0bfb0dc2c6531c0069 (diff)
downloadpoi-08662952d20557365a53751a79006478088fe491.tar.gz
poi-08662952d20557365a53751a79006478088fe491.zip
Sonar Maven: Revert previous changes as they also did not work, it seems there is no way to get a Sonar Maven build this way :(
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml')
-rw-r--r--sonar/ooxml/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 42bd514e16..4df81fe121 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -12,12 +12,6 @@
<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>