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 | |
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')
-rw-r--r-- | sonar/examples/pom.xml | 6 | ||||
-rw-r--r-- | sonar/excelant/pom.xml | 6 | ||||
-rw-r--r-- | sonar/main/pom.xml | 6 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 6 | ||||
-rw-r--r-- | sonar/scratchpad/pom.xml | 4 |
5 files changed, 1 insertions, 27 deletions
diff --git a/sonar/examples/pom.xml b/sonar/examples/pom.xml index 4f13ac70bf..641b47ab57 100644 --- a/sonar/examples/pom.xml +++ b/sonar/examples/pom.xml @@ -13,12 +13,6 @@ <name>Apache POI Examples package</name> - <properties> - <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks --> - <sonar.sources>${basedir}/../../src/examples/src</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! --> 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! --> diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index d762c90502..d962229758 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -13,12 +13,6 @@ <name>Apache POI Main package</name> - <properties> - <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks --> - <sonar.sources>${basedir}/../../src/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! --> 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> 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> |