-
Notifications
You must be signed in to change notification settings - Fork 408
Build
Tobias Fischer edited this page Sep 2, 2015
·
5 revisions
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
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
.
The EpubCheck project uses Travis CI to automatically run tests on master
branch and contributed PullRequests