Maven 3

Overview

The POM requires Maven 3 to run and enforces this.

Information about Migrating to Maven 3

The following resources provide helpful information for the migration from Maven 2 to Maven 3.

Changes

The following changes have been applied.

Enforce Maven 3

Maven 3.0 is a prerequisite of the POM.

<prerequisites>
  <maven>3.0</maven>
</prerequisites>

Site Plugin

Moved report configuration to site plugin according to Site plugin with maven 3.x.