aboutsummaryrefslogtreecommitdiffstats
path: root/maven
Commit message (Collapse)AuthorAgeFilesLines
* As Nick suspected, the dependency is actually from HSSF too so commons ↵David North2016-07-292-5/+5
| | | | | | | | | collections 4 needs adding to the main POM https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754563 13f79535-47bb-0310-9956-ffa450edef68
* Introduce name-based methods for access to named ranges in a workbook, and ↵David North2016-07-291-0/+5
| | | | | | | | | | | | deprecate the old index-based methods. Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges). Add a dependency on commons collections 4, also ASL licensed so no problem. https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68
* Update curvesapi to 1.04Dustin Spicuzza2016-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68
* Multisign update to allow gpg2 usageDavid North2015-12-071-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718483 13f79535-47bb-0310-9956-ffa450edef68
* XDGF: fix the fixDustin Spicuzza2015-10-191-1/+1
| | | | | | | - Use Collections.emptySet() for an iterator instead - Bump curvesapi to 1.03, which is compiled for JDK 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709463 13f79535-47bb-0310-9956-ffa450edef68
* poi-import: fix build dependenciesDustin Spicuzza2015-10-191-0/+5
| | | | | | - Compilation + tests work now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709356 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest commons-codec-1.10 and commons-logging-1.2, use the ↵Dominik Stadler2015-10-131-2/+2
| | | | | | properties for these libs everywhere in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
* Update to junit-4.12, the jar file is downloaded, so not required on ↵Dominik Stadler2015-01-031-1/+1
| | | | | | | | | 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
* Typo fixNick Burch2014-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647231 13f79535-47bb-0310-9956-ffa450edef68
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for ↵Nick Burch2014-11-301-1/+1
| | | | | | TIKA-1490 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
* Fix the maven deployment script to use repository.apache.org instead of the ↵Nick Burch2014-11-181-19/+11
| | | | | | people ibiblio sync git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640337 13f79535-47bb-0310-9956-ffa450edef68
* I think this is the right maven magic to deploy a javadoc jar, but we may ↵Nick Burch2014-11-101-0/+7
| | | | | | have to see... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637831 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-251-0/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* Change the default XMLBeans version used for running to be 2.6, leave 2.3 ↵Nick Burch2014-08-041-1/+1
| | | | | | for compiling the schemas (for maximum compatibility) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
* Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist firstDominik Stadler2014-06-122-2/+2
| | | | 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-112-2/+2
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
* Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pomDominik Stadler2014-02-031-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68
* Sync the Maven POM defined dependencies with the Ant build onesNick Burch2014-02-011-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563448 13f79535-47bb-0310-9956-ffa450edef68
* Remove the executable flag from a number of files that aren't executables so ↵Nick Burch2013-06-252-0/+0
| | | | | | shouldn't have it set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496656 13f79535-47bb-0310-9956-ffa450edef68
* add commons-codec to maven-pomMaxim Valyanskiy2011-05-131-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102603 13f79535-47bb-0310-9956-ffa450edef68
* include poi-excelantYegor Kozlov2011-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078760 13f79535-47bb-0310-9956-ffa450edef68
* merged with excelant branchYegor Kozlov2011-02-231-0/+78
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073707 13f79535-47bb-0310-9956-ffa450edef68
| * initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-181-0/+73
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68
* | Use stax:stax-api instead of ↵Yegor Kozlov2011-02-231-5/+0
|/ | | | | | org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073683 13f79535-47bb-0310-9956-ffa450edef68
* removed log4 and commons-logging from poi-scratchpad.pomYegor Kozlov2010-10-111-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021408 13f79535-47bb-0310-9956-ffa450edef68
* marked commons-logging and log4j as optional dependencies in POI poms, see ↵Yegor Kozlov2010-10-111-0/+2
| | | | | | Bugzilla 50067 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021326 13f79535-47bb-0310-9956-ffa450edef68
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from ↵Yegor Kozlov2010-10-062-82/+1
| | | | | | build artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004919 13f79535-47bb-0310-9956-ffa450edef68
* Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in ↵Nick Burch2010-09-241-1/+20
| | | | | | preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1000901 13f79535-47bb-0310-9956-ffa450edef68
* updated current version on status.xml, also some misc post-release ↵Yegor Kozlov2009-12-071-3/+3
| | | | | | improvements in mvn-deploy.sh and build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
* poi-ooxml-schemas depends on geronimo-stax-apiYegor Kozlov2009-11-241-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883637 13f79535-47bb-0310-9956-ffa450edef68
* more cleanup of build.xml, improved release procedure, added a script to ↵Yegor Kozlov2009-11-242-36/+49
| | | | | | create .md5 and .asc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in build.xml: moved ooxml-lite targets out of normal ↵Yegor Kozlov2009-11-231-4/+6
| | | | | | 'compile' and 'test', added compile-all and test-all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc ↵Yegor Kozlov2009-11-214-2/+162
| | | | | | improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-165-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
* improved script for deploying maven artefactsYegor Kozlov2009-09-281-6/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819487 13f79535-47bb-0310-9956-ffa450edef68
* improved the script for uploading maven artefacts, use ↵Yegor Kozlov2009-04-112-63/+10
| | | | | | gpg:sign-and-deploy-file instead of deploy:deploy-file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764198 13f79535-47bb-0310-9956-ffa450edef68
* added a script to upload digital signatures in the Maven repo to the 'dist' ↵Yegor Kozlov2009-02-201-18/+43
| | | | | | ant task git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240 13f79535-47bb-0310-9956-ffa450edef68
* import OpenXML4j codebaseYegor Kozlov2009-01-292-85/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
* updated status on the index page, also added a script to upload signatures ↵Yegor Kozlov2008-12-041-0/+30
| | | | | | for maven artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
* improved tasks for making Maven artifacts1. maven-dist is now obsolete, ↵Yegor Kozlov2008-11-205-9/+293
| | | | | | maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719249 13f79535-47bb-0310-9956-ffa450edef68
* removed dependencies for jaxen and xerces, ooxml module does not need themYegor Kozlov2008-11-091-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712490 13f79535-47bb-0310-9956-ffa450edef68
* 1. support for the ooxml maven dependencies: Yegor Kozlov2008-10-263-0/+226
added pom templates for openxml4j and ooxml-schemas, the maven-ooxml-dependencies task generates m1 distrib for both 2. excluded jar-14 and compile-14 from the main distrib cycle \n git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708030 13f79535-47bb-0310-9956-ffa450edef68