Overview
Commons Chain uses Apache Maven as a build system.
Chain 1.3 requires a minimum of JDK 1.8 to build.
Apache Maven Goals
The following Maven commands can be used to build Chain:
mvn clean
- clean upmvn test
- compile and run the unit testsmvn site
- create the documentationmvn package
- build the jarmvn install
- build the jar and install in local maven repositorymvn site assembly:assembly
- Create the source and binary distributions