-
Notifications
You must be signed in to change notification settings - Fork 405
Build
Romain Deltour edited this page Dec 4, 2018
·
5 revisions
EPUBCheck is built with Apache Maven (version 3 or higher is recommended). Building requires a Java Development Kit 1.7 or higher.
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