Project Setup

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

New projects can be created by using Maven archetypesarrow-up-right.

Organization

When using Maven the project should follow the Maven project layoutarrow-up-right.

Dependencies

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

Tests

It is recommended using JUnitarrow-up-right. Maven will take care of running both unit and integration tests.

Documentation

A Maven site is generated for each project.

Last updated

Was this helpful?