How to build
Requirements:
- Git
- JDK 1.8 (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/decebals/pippo.git
) - go to project’s folder (with
cd pippo
) - build the artifacts (with
mvn clean package
ormvn clean install
)
After above steps a folder target is created for each module and all goodies are in that folder.