Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
fschoeppl edited this page Jun 5, 2012 · 2 revisions

Maven is a software project management tool. We currently use following features of maven:

  • Resolve project dependencies,
  • Build the projects,
  • Test the projects and
  • Run [REST layer] (wiki/rest-layer) within a embedded web server.

The configuration of a project takes place in a file called pom.xml. Details about how to configure maven can be found [here] (http://maven.apache.org/users/index.html). The following versions of maven are compatible with this project: Maven 2 & 3

Clone this wiki locally