Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 702 Bytes

Building.md

File metadata and controls

14 lines (12 loc) · 702 Bytes

Build the project

If you don't want to use the official releases you can also build the project by yourself.

Requirements

Recommend: use an IDE (e.g. IDEA or Eclipse) that already contains the following requirements

Build an executable jar

  • Open a new commandline / shell in the repository-root
  • mvn clean install
    • executable (standalone; with all dependencies) jar should be at target/javgent-standalone.jar