aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
Commit message (Collapse)AuthorAgeFilesLines
...
* Try to specify list of sources in Sonar-Run to look at the SVN-Sources, not ↵Dominik Stadler2015-08-251-1/+3
| | | | | | the copied ones because of our custom Maven build. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697581 13f79535-47bb-0310-9956-ffa450edef68
* Move security schemas to security moduleAndreas Beeker2015-08-202-35/+135
| | | | | | Fork xmlbeans plugin and run with more memory depending on 32/64bit runtime git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696874 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Maven build:Dominik Stadler2015-08-201-1/+1
| | | | | | | * Try to provide more memory for the unit test runs as some unit tests create large spreadsheets now * svn-ignore one more directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696711 13f79535-47bb-0310-9956-ffa450edef68
* Add more of the xsds to the Sonar Maven ooxml-schema pom.xml to try to make ↵Dominik Stadler2015-08-181-1/+32
| | | | | | | | the Sonar Maven run finally run again. svn-ignore two more generated src-directories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696492 13f79535-47bb-0310-9956-ffa450edef68
* sonar xmlbeans fixAndreas Beeker2015-08-182-111/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696355 13f79535-47bb-0310-9956-ffa450edef68
* Update to 3.13-SNAPSHOTAndreas Beeker2015-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696179 13f79535-47bb-0310-9956-ffa450edef68
* Try to make Sonar builds run again: add missing dependency, add ↵Dominik Stadler2015-08-163-4/+108
| | | | | | ooxml-schema-security, don't depend on dir test-data and build-directory directly, don't override a POILogger that is set via System Properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696165 13f79535-47bb-0310-9956-ffa450edef68
* Update to 3.13-SNAPSHOTAndreas Beeker2015-08-158-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696045 13f79535-47bb-0310-9956-ffa450edef68
* Update to junit-4.12, the jar file is downloaded, so not required on ↵Dominik Stadler2015-01-038-11/+11
| | | | | | | | | classpath anymore. Also adjust version in pom.xml for Sonar. Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
* 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