Commons Resources uses Maven 2 as a build system.
To build a jar file, change into the root directory of Resources and run "maven jar". The result will be in the "target" subdirectory.
To build the full website, run "mvn site". The result will be in "target/site". You must be online to successfully complete this target.
To build the src and binary packages, change into the root directory of Resources and run "mvn package". The result will be in the "target" subdirectory.
Further details can be found in the commons build instructions.