How to build
Requirements:
- Git
- JDK 7 (test with
java -version
) - Apache Maven 3 (test with
mvn -version
)
Steps:
- create a local clone of this repository (with
git clone https://github.com/srbala/pf4j.git
) - go to project’s folder (with
cd pf4j
) - build the artifacts (with
mvn clean package
ormvn clean install
)
After above steps a folder srbala/target is created and all goodies are in that folder.