Project Setup

Maven standard configuration is used. Avoid multi-module projects.

New projects can be created by using Maven archetypes.

Organization

When using Maven the project should follow the Maven project layout.

Dependencies

Dependencies are defined in the pom.xml file. This contains dependencies and plugins data, which Maven will handle.

Tests

It is recommended using JUnit. Maven will take care of running both unit and integration tests.

Documentation

A Maven site is generated for each project.

Last updated