5565 Commits (maven)
 

Author SHA1 Message Date
  Cédric Walter 30f31da553 migrated javadoc settings from ant to maven plugin configuration 10 years ago
  Cédric Walter 62ea1e4838 cleaned up module name, use classifier (tests) for exporting test classes and resources to any module, remove empty directories 10 years ago
  Cédric Walter cc3548e346 cleaned up pom.xml 10 years ago
  Cédric Walter 4b2bba54c9 moved test resources of poi to module poi-main 10 years ago
  Cédric Walter 37cdb5af79 removed maven install ant task as maven does this in mvn install 10 years ago
  Cédric Walter 7075f4cf34 removed creation of maven pom in ant build as maven does this automatically when running package 10 years ago
  Cédric Walter 2e41a127da added source code to all artifacts 10 years ago
  Cédric Walter e09725b144 added manifest to all jar files produced in maven reactor 10 years ago
  Cédric Walter 2e7a9c08b9 introduced dependencies management into main pom 10 years ago
  Cédric Walter 9a921aaabf moved properties out of the build into pom.xmli 10 years ago
  Cédric Walter 4d589436ce moved poi scratchpad resources to module poi-scratchpad 10 years ago
  Cédric Walter 8487b25b32 moved poi scratchpad test to module poi-scratchpad 10 years ago
  Cédric Walter 5a1255db35 moved poi example code to module poi-examples 10 years ago
  Cédric Walter 110b1f40ef moved excelant code to module poi-excelant 10 years ago
  Cédric Walter 2d5a50ec6d moved excelant tests to module poi-excelant 10 years ago
  Cédric Walter b90fd738cf moved excelant resources to module poi-excelant 10 years ago
  Cédric Walter 2218604040 moved excelant code to module poi-excelant 10 years ago
  Cédric Walter 11be19b6bb moved poi tests to module poi-main 10 years ago
  Cédric Walter 99a00afc5d moved poi ressources to module poi-main 10 years ago
  Cédric Walter 8ce853f2ec moved poi ressources to module poi-main 10 years ago
  Cédric Walter dab825c323 moved poi code to module poi-main 10 years ago
  Cédric Walter 22710d154b removed uneeded config in poi-ooxml module 10 years ago
  Cédric Walter d9a03b14b0 moved oxxml ressources to module 10 years ago
  Cédric Walter faf2b6c521 moved oxxml ressources to module 10 years ago
  Cédric Walter 1599351168 moved oxxml tests to module 10 years ago
  Cédric Walter 57902078f6 moved oxxml resources to module 10 years ago
  Cédric Walter 3d453e66fa moved oxxml code to module 10 years ago
  Cédric Walter a3c506a3ac moved scratchpad code to module 10 years ago
  Cédric Walter 753a10badf added skeleton of maven modules 10 years ago
  Cédric Walter 0ad00943bf created branch for maven spike 10 years ago
  Dominik Stadler e835b2c9fb Fix two javadoc warnings reported in Jenkins build and add some @Overrides 10 years ago
  Dominik Stadler 0d1d0bf14a Undo a toString() removal for a case where it is actually necessary. 10 years ago
  Cédric Walter a242fea697 performance issue: removed instantiation of new String object by copying an existing string. 10 years ago
  Cédric Walter b9a9ac8556 performance issue: call toString() on a String object. This is entirely redundant. 10 years ago
  Cédric Walter e684262ca6 performance issue logging calls are expensive because of the objects created when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation 10 years ago
  Nick Burch 60801c5017 Patch from bug #56328 from David North - the maximum row number in a formula depends on HSSF vs XSSF 10 years ago
  Nick Burch 80de4916ad Update Yegor's gpg key in the Keys file, with the latest version from the key servers (more signatures, correct expiry etc) 10 years ago
  Nick Burch 3e8ff0141a Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBC 10 years ago
  Nick Burch db9ad3990d Avoid an IndexOutOfBoundsException if there are no property nodes when searching for the start index, return -1 instead 10 years ago
  Nick Burch f333bf18c8 Support adding tabs to a XWPFRun, and add unit tests on toString() for addTab and addCarriageReturn 10 years ago
  Nick Burch 59a0691ed3 Fix whitespace 10 years ago
  Nick Burch b63080e7c4 Fix bug #56278 - Support loading .xlsx files with no Styles Table 10 years ago
  Dominik Stadler b8c8567bc8 Bug 56195: replace System.err with propert logging 10 years ago
  Dominik Stadler a952c56467 Exclude some generated classes from coverage measurements, now instruction coverage is at around 72%, also update JaCoCo to latest version 0.6.5 10 years ago
  Dominik Stadler ffc04f7630 Remove two files added inadvertedely 10 years ago
  Dominik Stadler 9ff53a46ba Add missing test-file for bug 56169 10 years ago
  Dominik Stadler cc51d8eeb6 Bug 56169: Fix NPE during export to XML with xs:all 10 years ago
  Dominik Stadler 847e64cf35 Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS 10 years ago
  Nick Burch 80caa1ddcf When looking for text run related records after a TextHeaderAtom, provide a cleaner way to skip ones we don't care about, and a cleaner way to find the StyleTextPropAtom. Should fix #56260 10 years ago
  Nick Burch 6adffa0c03 Implement MasterTextPropAtom, which provides the indents for a run of text, needed for #56260 10 years ago