Ok, just to build or to use as well?

'prerequisites' is for usage. maven-enforcer-plugin with
requireMavenVersion=[3.0.5,) is for building.

/Anders

On Thu, Oct 8, 2015 at 9:06 AM, Kristian Rosenvold <
kristian.rosenv...@gmail.com> wrote:

> Surefire requires 3.0.5 to build, due to bugs in earlier versions.
>
> Kristian
>
>
>
>
> 2015-10-08 9:04 GMT+02:00 Anders Hammar <and...@hammar.net>:
> > Why 3.0.5?
> >
> > We've had this discussion (in general for plugins) before and IIRC we
> > decided on 3.0.
> >
> > /Anders
> >
> > On Thu, Oct 8, 2015 at 8:43 AM, Tibor Digana <tibordig...@apache.org>
> wrote:
> >
> >> Do you agree to specify these build requirements in surefire POM?
> >>
> >>     <prerequisites>
> >>         <maven>3.0.5</maven>
> >>     </prerequisites>
> >>
> >> Updating README.txt in GitHub.
> >>
> >> Adding configuration of maven-enforcer-plugin with
> >> requireMavenVersion=[3.0.5,)
> >>
> >> and removing in every POM:
> >>
> >>   <prerequisites>
> >>     <maven>${mavenVersion}</maven>
> >>   </prerequisites>
> >>
> >> Configuring maven-plugin-plugin:
> >>
> >> <requirements>
> >>   <maven>2.2.1</maven>
> >>   <jdk>1.5</jdk>
> >> </requirements>
> >>
> >> I will run mvn site site:stage and I will check if every report
> >> has Maven requirements specifying Version 2.2.1.
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to