Skip to content
Romain Deltour edited this page Aug 31, 2015 · 5 revisions

How to Build EpubCheck

EpubCheck is built with Apache Maven (version 3 or higher is recommended). Building requires a Java 7 JDK.

To build the EpubCheck jar or ZIP distribution, run:

$ mvn clean package

To only run the tests:

$ mvn clean test

To install the jar in your local Maven repository:

$ mvn clean install

Using Eclipse

To configure EpubCheck as a project in the Eclipse IDE, the recommened appraoch is to import it as an "Existing Maven Project". Select File > Import... > Maven > Existing Maven Projects then browse for the directory containing the pom.xml file (where you checked out the git repository) and select Finish.