Geomajas Community Documentation

6.4. Maven

If you are working with another IDE or not using an IDE, it is always possible to run the example projects directly from maven. For the Dojo face (geomajas-dojo-simple and geomajas-dojo-example-war) the maven command is as follows:

geomajas-dojo-simple> mvn jetty:run

This command will start up the Jetty servlet engine, after which you can connect to the process for debugging.

In a GWT project, you should run the following goal:

geomajas-gwt-simple> mvn gwt:debug

This will start up GWT development mode, debugging should also be possible here.