diff options
author | Dominik Stadler <centic@apache.org> | 2015-08-27 08:20:40 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-08-27 08:20:40 +0000 |
commit | 08662952d20557365a53751a79006478088fe491 (patch) | |
tree | 655ea0621e0933f56c7091cd34e543291631150b /sonar/excelant | |
parent | 1f40d2a3c64ac1dc2bba5a0bfb0dc2c6531c0069 (diff) | |
download | poi-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/excelant')
-rw-r--r-- | sonar/excelant/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index 66ec9bbeba..2efd544908 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -13,12 +13,6 @@ <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! --> |