Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

BUILD.md

File metadata and controls

9 lines (6 loc) · 362 Bytes

The software is made up of three modules which can each be built with maven.

The core fuctionality is in the transitime project. The REST api is in transitimeApi and the user Web applicaton is in transitimeWebapp.

  1. transitime
  2. transitimeApi
  3. transitimeWebapp

The project can be built from the root "core" directory by running "mvn install -DskipTests".