What I understood about this element : - it's not inherited, you have to define it in all modules - for any project/module, maven checks before to build if its own version is greater than the one in the prerequisite - for plugins, this value is also used in the update mechanism to check the compatibility.
Arnaud On Thu, Jul 10, 2008 at 7:01 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > In the model [1], the <prerequisites><maven> element is described as: > > prerequisites - Describes the prerequisites a project can have. > > Element Description > maven The minimum version of Maven required to build the > project, or to use this plugin. > > I thought this *only* applied to plugins, and seem to recall a recent > commit where someone removed it from a non-plugin build. (Not that I > can find it now...) > > The description implies that it also applies to generic projects. > Which is correct? > > [1] > http://maven.apache.org/ref/2.0.9/maven-model/maven.html#class_prerequisites > > Thanks, > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
