The POM requires Maven 3 to run and enforces this.
The following resources provide helpful information for the migration from Maven 2 to Maven 3.
The following changes have been applied.
Maven 3.0 is a prerequisite of the POM.
<prerequisites> <maven>3.0</maven> </prerequisites>
Moved report configuration to site plugin according to Site plugin with maven 3.x.