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 up
  • mvn test - compile and run the unit tests
  • mvn site - create the documentation
  • mvn package - build the jar
  • mvn install - build the jar and install in local maven repository
  • mvn site assembly:assembly - Create the source and binary distributions