aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
Commit message (Collapse)AuthorAgeFilesLines
* Use XMLBeans 2.6.0 for Sonar runs as wellDominik Stadler2014-10-103-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630659 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist firstDominik Stadler2014-06-123-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
* Update XMLBeans to version 2.6.0Dominik Stadler2014-06-113-3/+3
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
* Try to exclude some generated files from Sonar runsDominik Stadler2014-04-181-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588537 13f79535-47bb-0310-9956-ffa450edef68
* Try one more way of excluding generated sources in the Maven pom.xml files ↵Dominik Stadler2014-03-103-3/+10
| | | | | | for Sonar analysis git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68
* Try to set the Sonar-Exclusion property differently to see if that makes the ↵Dominik Stadler2014-03-031-1/+3
| | | | | | exclusions work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68
* Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sourcesDominik Stadler2014-02-281-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572979 13f79535-47bb-0310-9956-ffa450edef68
* Try to improve Maven files for Sonar: Copy in (test)sources instead of ↵Dominik Stadler2014-02-278-42/+320
| | | | | | linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and ooxml-schema-encryption as both have generate sources and not actual ones, scratchpad is not needed for ooxml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572580 13f79535-47bb-0310-9956-ffa450edef68
* Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find ↵Dominik Stadler2014-02-171-1/+2
| | | | | | | | any files sometimes Also svn-ignore the maven-target directories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569118 13f79535-47bb-0310-9956-ffa450edef68
* Add a set of maven pom.xml files for Sonar, a few workaround areDominik Stadler2014-02-158-0/+581
necessary, but overall this now allows to compile and run test for all Apache POI components using Maven, which is a pre-requisite to be analyzed at http://nemo.sonarqube.org/ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568613 13f79535-47bb-0310-9956-ffa450edef68