Description
Maven 2.x requires defining plugin version in reporting section
With Maven 3, plugin version is taken from pluginManagement: this makes updates a lot easier
Notice that Maven 3.0.x emits a warning that is a false positive: see MNG-5477
Upgrading to Maven 3.2.x minimum is strongly encouraged