Table of Contents
This chapter describes various useful information for using PerfCake as a dependency in your own project. It further provides guidance for possible project contributors.
After cloning the GitHub repository with PerfCake, you can easily build it using Maven supposing you have latest JDK and Maven installe.
To build the project, you can use:
$ mvn clean install -DskipTests
You can smoothly import PerfCake parent pom.xml as a project in most modern IDEs. We use JetBrains IntelliJ Idea.