mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
1f40d2a3c6
commit
08662952d2
|
@ -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! -->
|
||||
|
|
|
@ -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! -->
|
||||
|
|
|
@ -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! -->
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue