On Mon, 2013-06-17 at 15:41 +0100, sebb wrote: > Maven prerequisites are not inherited [1], so the entry in the parent > pom does not affect child builds. > > Unfortunately it looks like one cannot use a property for the version, > so it might be necessary to add the prerequisites section to every > POM. > Or perhaps use the enforcer plugin? > > [1] http://jira.codehaus.org/browse/MNG-2423 >
Looks like the enforcer plugin is the only realistic choice if want to enforce a minimal Maven version in all modules. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
