Re: [maven-site] branch master updated: details

2020-06-03 Thread Robert Scholte
Looks good to me.

I expect some trouble when moving plugins from Maven 3.0 to 3.1.0, so I've 
started a wiki page[1] with the first known issue and solution.

Robert

[1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=155749857


ps. As long as Maven isn't bundled with its own JRE, the Eclipse+Java11 is off 
topic for me.

On 3-6-2020 03:01:03, Olivier Lamy  wrote:
Hi
Please comment or (not) complain on this change.
html version https://maven.apache.org/developers/compatibility-plan.html

cheers
Olivier
PS: FYI Eclipse will be jdk11 in September
https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html

On Wed, 3 Jun 2020 at 10:56, wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> olamy pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/maven-site.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
> new 43193ca details
> 43193ca is described below
>
> commit 43193ca123403f52664ae628fcdb5fa7e2460cec
> Author: Olivier Lamy
> AuthorDate: Wed Jun 3 10:56:34 2020 +1000
>
> details
> ---
> content/apt/developers/compatibility-plan.apt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/content/apt/developers/compatibility-plan.apt
> b/content/apt/developers/compatibility-plan.apt
> index a0213a9..d0bb8d0 100644
> --- a/content/apt/developers/compatibility-plan.apt
> +++ b/content/apt/developers/compatibility-plan.apt
> @@ -46,7 +46,7 @@ Maven Compatibility Plan
>
> * Since 2012, Maven 3.0 + Java 7 prerequisites, with plugins in 3.0
>
> - * (WIP) discussions on Maven > 3.0.x (3.1 or 3.2 or 3.3? details still
> TDB) + Java 8 prerequisites
> + * Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java 8
> prerequisites
>
> []
>
>
>

--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [maven-site] branch master updated: details

2020-06-03 Thread Olivier Lamy
On Wed, 3 Jun 2020 at 4:56 pm, Michael Osipov  wrote:

> Am 2020-06-03 um 03:00 schrieb Olivier Lamy:
> > Hi
> > Please comment or (not) complain on this change.
> > html version https://maven.apache.org/developers/compatibility-plan.html
>
> LGTM
>
> > PS: FYI Eclipse will be jdk11 in September
> > https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html
>
> I don't understand the reasoning behind this. Simply because of Jetty
> 10? Seriously?


you should ask eclipse folks not sure we have the answer here ;)


>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
> --
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [maven-site] branch master updated: details

2020-06-03 Thread Olivier Lamy
Thanks for reading this

On Wed, 3 Jun 2020 at 6:28 pm, Anders Hammar  wrote:

> A few comments:
>
> 1. I think we should separate the prerequisites for Maven core and those
> for our plugins.
> 2. Do users really care about "Maven Plugin API"? I think that an end user
> would like to know what version of Maven (core) that a plugin will work
> with.


Bear in mind this page is for maven developers (we already enough trouble
getting consensus between us so let’s avoid asking users as well :))
Maybe we should simply say Maven API?

>
>
> /Anders
>
> On Wed, Jun 3, 2020 at 3:01 AM Olivier Lamy  wrote:
>
> > Hi
> > Please comment or (not) complain on this change.
> > html version https://maven.apache.org/developers/compatibility-plan.html
> >
> > cheers
> > Olivier
> > PS: FYI Eclipse will be jdk11 in September
> > https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html
> >
> > On Wed, 3 Jun 2020 at 10:56,  wrote:
> >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > olamy pushed a commit to branch master
> > > in repository https://gitbox.apache.org/repos/asf/maven-site.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/master by this push:
> > >  new 43193ca  details
> > > 43193ca is described below
> > >
> > > commit 43193ca123403f52664ae628fcdb5fa7e2460cec
> > > Author: Olivier Lamy 
> > > AuthorDate: Wed Jun 3 10:56:34 2020 +1000
> > >
> > > details
> > > ---
> > >  content/apt/developers/compatibility-plan.apt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/content/apt/developers/compatibility-plan.apt
> > > b/content/apt/developers/compatibility-plan.apt
> > > index a0213a9..d0bb8d0 100644
> > > --- a/content/apt/developers/compatibility-plan.apt
> > > +++ b/content/apt/developers/compatibility-plan.apt
> > > @@ -46,7 +46,7 @@ Maven Compatibility Plan
> > >
> > >* Since 2012, Maven 3.0 + Java 7 prerequisites, with plugins in 3.0
> > >
> > > -  * (WIP) discussions on Maven > 3.0.x (3.1 or 3.2 or 3.3? details
> still
> > > TDB) + Java 8 prerequisites
> > > +  * Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java
> 8
> > > prerequisites
> > >
> > >[]
> > >
> > >
> > >
> >
> > --
> > Olivier Lamy
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
>
-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [maven-site] branch master updated: details

2020-06-03 Thread Anders Hammar
A few comments:

1. I think we should separate the prerequisites for Maven core and those
for our plugins.
2. Do users really care about "Maven Plugin API"? I think that an end user
would like to know what version of Maven (core) that a plugin will work
with.

/Anders

On Wed, Jun 3, 2020 at 3:01 AM Olivier Lamy  wrote:

> Hi
> Please comment or (not) complain on this change.
> html version https://maven.apache.org/developers/compatibility-plan.html
>
> cheers
> Olivier
> PS: FYI Eclipse will be jdk11 in September
> https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html
>
> On Wed, 3 Jun 2020 at 10:56,  wrote:
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > olamy pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/maven-site.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >  new 43193ca  details
> > 43193ca is described below
> >
> > commit 43193ca123403f52664ae628fcdb5fa7e2460cec
> > Author: Olivier Lamy 
> > AuthorDate: Wed Jun 3 10:56:34 2020 +1000
> >
> > details
> > ---
> >  content/apt/developers/compatibility-plan.apt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/content/apt/developers/compatibility-plan.apt
> > b/content/apt/developers/compatibility-plan.apt
> > index a0213a9..d0bb8d0 100644
> > --- a/content/apt/developers/compatibility-plan.apt
> > +++ b/content/apt/developers/compatibility-plan.apt
> > @@ -46,7 +46,7 @@ Maven Compatibility Plan
> >
> >* Since 2012, Maven 3.0 + Java 7 prerequisites, with plugins in 3.0
> >
> > -  * (WIP) discussions on Maven > 3.0.x (3.1 or 3.2 or 3.3? details still
> > TDB) + Java 8 prerequisites
> > +  * Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java 8
> > prerequisites
> >
> >[]
> >
> >
> >
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: [maven-site] branch master updated: details

2020-06-03 Thread Michael Osipov

Am 2020-06-03 um 03:00 schrieb Olivier Lamy:

Hi
Please comment or (not) complain on this change.
html version https://maven.apache.org/developers/compatibility-plan.html


LGTM


PS: FYI Eclipse will be jdk11 in September
https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html


I don't understand the reasoning behind this. Simply because of Jetty 
10? Seriously?


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [maven-site] branch master updated: details

2020-06-02 Thread Olivier Lamy
Hi
Please comment or (not) complain on this change.
html version https://maven.apache.org/developers/compatibility-plan.html

cheers
Olivier
PS: FYI Eclipse will be jdk11 in September
https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html

On Wed, 3 Jun 2020 at 10:56,  wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> olamy pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/maven-site.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>  new 43193ca  details
> 43193ca is described below
>
> commit 43193ca123403f52664ae628fcdb5fa7e2460cec
> Author: Olivier Lamy 
> AuthorDate: Wed Jun 3 10:56:34 2020 +1000
>
> details
> ---
>  content/apt/developers/compatibility-plan.apt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/content/apt/developers/compatibility-plan.apt
> b/content/apt/developers/compatibility-plan.apt
> index a0213a9..d0bb8d0 100644
> --- a/content/apt/developers/compatibility-plan.apt
> +++ b/content/apt/developers/compatibility-plan.apt
> @@ -46,7 +46,7 @@ Maven Compatibility Plan
>
>* Since 2012, Maven 3.0 + Java 7 prerequisites, with plugins in 3.0
>
> -  * (WIP) discussions on Maven > 3.0.x (3.1 or 3.2 or 3.3? details still
> TDB) + Java 8 prerequisites
> +  * Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java 8
> prerequisites
>
>[]
>
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy