-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.1
-
Component/s: None
All maven plugins versions must be specified in a pluginManagement section.
For example, use of maven-bundle-plugin in nuxeo-core-persistence/pom.xml: the version of this plugin is never specified in nuxeo source code, so its version may change from a build to another. It was the case on a recent build where we encountered a bug from a specific version of this plugin.