Project Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Maven standard configuration is used. Avoid multi-module projects.
New projects can be created by using .
When using Maven the project should follow the .
Dependencies are defined in the pom.xml file. This contains dependencies and plugins data, which Maven will handle.
It is recommended using . Maven will take care of running both unit and integration tests.
A Maven site is generated for each project.