Overview

Commons ClassScan uses Maven as a build system.

Maven Goals

To build a jar file, change into the root directory of ClassScan and run "mvn package". The result will be in the "target" subdirectory.

To build the full website, run "mvn site". The result will be in "target/site".

Further details can be found in the commons build instructions.