Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 647 Bytes

oai-harvester2

The oai-harvester2 Open Source Software (OSS) project is a Java application that provides an OAI-PMH harvester framework.

This is a copy of the original OAIHarvester2 with some changes:

  • Build system changed to maven
  • Remove all dependencies and use only Java API from JRE.
  • clean up sources (ThreadLocal, StringBuilder instead of StringBuffer, Slf4j logger, etc.)
  • Rewrite all tests to use new junit and fix test URLs.

Maven repository

There is no public maven repository with this bundle. You have to build and deploy it to your maven repository.