Commons Chain uses Maven 2 or Ant as a build system.
Chain 1.2 requires a minimum of JDK 1.3 to build, although the Maven 2 build requires JDK 1.4+
The following Maven 2 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