On Thu, 09 Jan 2014 21:30:37 +0100 "Robert Scholte" <[email protected]> wrote:
> However, the prerequisite for Maven is NOT inherited, so it has no effect > on the mojo projects. > When releasing you already need 2.2.1, which is enforced by the well known > enforcer plugin. Actually nothing enforce to use maven >= 2.2.1 As tols yeserday night by IRC, I will then let the section: <prerequisites> <maven>2.2.1</maven> </prerequisites> And add the enforcer rule <requirePrerequisite> <message>Mojo projects need at least Maven 2.2.1</message> <mavenVersion>2.2.1</mavenVersion> </requirePrerequisite> Is that alright Robert. If so I will respin a release; otherwise just tell me what else to do. Thanks, tony. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 http://www.codelutin.com email: [email protected] twitter: https://twitter.com/tchemit --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
