Skip to content
dgallegos edited this page May 28, 2019 · 5 revisions

Prerequisites

Build

  • clone the PDFsam repository
  • Checkout the tag you want to build. Ex. git checkout v4.0.0
  • run one of the following commands from the project root:
    Build and install the jars in the local repository executing all the unit test:
    mvn clean install -Drelease
    Build and install the jars in the local repository skipping tests:
    mvn clean install -DskipTests -Drelease

Run

Once you built the artifacts you can find the zip bundle in the target directory of the pdfsam-basic module, unzip it somewhere and run it using the provided script in the bin subdirectory.

Clone this wiki locally