Geomajas Community Documentation

6.1.4. Build procedure

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:

Hierarchical project layout

Figure 6.1. Hierarchical project layout


Build the code by running the install command on the pom in the top directory:

geomajas-trunk> mvn install

Command prompt after running 'mvn install'

Figure 6.2. Command prompt after running '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.