The software is made up of three modules which can each be built with maven.
The core fucntionality is in the transitime project. The REST api is in transitimeApi and the user Web applicaton is in transitimeWebapp.
- transitime
- transitimeApi
- transitimeWebapp
The project can be built from the root "core" directory by running "mvn install -DskipTests".