gt;
> > > >
> > > > ${mavenVersion}
> > > >
> > > >
> > > > Configuring maven-plugin-plugin:
> > > >
> > > >
> > > > 2.2.1
> > > > 1.5
> > > >
> > > >
>
Not sure I follow, but I'm just saying that don't up the 'prerequisites'
element unless there is a real reason. That element also controls which
Maven versions that can USE the plugin. If you want to ensure/force a
specific minimum for building just use the enforce-plugin.
/Anders
On Thu, Oct 8,
Hi Anders,
Sorry for that, you wasn't in our internal discussion in December 2014 or
November where we agreed to release experimental API in 2.x, and 3.0.
I think I can release the new API in last 2.20 this year and I will listen
to impression from our Maven Users.
We already have the API in a bra
Just for building
2015-10-08 9:24 GMT+02:00 Anders Hammar :
> 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...@
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 earlie
Surefire requires 3.0.5 to build, due to bugs in earlier versions.
Kristian
2015-10-08 9:04 GMT+02:00 Anders Hammar :
> 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 wrote:
>
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 wrote:
> Do you agree to specify these build requirements in surefire POM?
>
>
> 3.0.5
>
>
> Updating README.txt in GitHub.
>
Do you agree to specify these build requirements in surefire POM?
3.0.5
Updating README.txt in GitHub.
Adding configuration of maven-enforcer-plugin with requireMavenVersion=[3.0.5,)
and removing in every POM:
${mavenVersion}
Configuring maven-plugin-plugin:
2.