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/scratchpad | |
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/scratchpad')
-rw-r--r-- | sonar/scratchpad/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 46f37439fc..c3dc3112a1 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -14,12 +14,10 @@ <name>Apache POI Scratchpad package</name> <properties> - <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks --> - <sonar.sources>${basedir}/../../src/scratchpad/examples,${basedir}/../../src/scratchpad/src</sonar.sources> - <!-- tests are automatically found in Maven --> <!-- Exclude some generated code from Sonar analysis --> <sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions> </properties> + <build> <plugins> |