Geomajas Community Documentation
Start by recursively checking out the trunk directory to a new local folder with a name of your choice (e.g. geomajas-trunk). You will see that the source code layout follows the recommended hierarchical layout structure for multimodule maven projects:
Build the code by running the install command on the pom in the top directory:
geomajas-trunk>
mvn install
The install procedure will build all code, run all unit tests and install the artifacts in the repository. Integration tests based on Selenium will also be run.