[VOTE] Release Apache Maven Site Plugin version 3.9.0

2020-03-06 Thread Hervé BOUTEMY
Hi, We solved 5 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12345725&styleName=Text Staging repo: https://repository.apache.org/content/repositories/maven-1554/ https://repository.apache.org/content/repositories/maven-1554/org/apache/maven/plugins/m

Re: Maven version support

2020-03-06 Thread Robert Scholte
Even though we release the Maven APIs together with Maven Core (with the same version), for plugins there are close to no changes. The biggest changes of Maven APIs are from 2.2.1 to 3.0 and 3.0.5 to 3.1.0 With this in mind, having almost all plugins depending on 3.0, it makes sense to start movi

Re: Maven version support

2020-03-06 Thread Mickael Istria
Hi, Community support is always an interesting question as there is no support contract to define what "support" means ;) IMO, the community does at least support the latest release. Then if some community members can work on supporting older ones, that's good, but IMO it doesn't have to be the pr

Re: Maven version support

2020-03-06 Thread Eric Lilja
Seems to me that fixes are never back-ported, meaning only the latest version of Maven is really supported. That being said, care also seems to be taken to not make changes in plugins which break older versions of Maven. I think you ask an important question, because trying to keep plugins working

Maven version support

2020-03-06 Thread Elliotte Rusty Harold
We're coming up on the ten year anniversary of Maven 3.0. Maven 3.2.5 was, I think, the first to support Java 6. 3.3.9 is five years old. Some of our documentation still references Maven 2 and Maven 3 as if the difference matters. It does, but we can mostly just assume Maven 3, I think, and igno

Re: Current master is broken

2020-03-06 Thread Enrico Olivelli
Il giorno ven 6 mar 2020 alle ore 10:43 Robert Scholte ha scritto: > > I found the root cause, and it is quite exclusive for maven-shade-plugin > (rewriting reduced-pom where excludes need to be updated). No need to revert, > this is on top of my list to fix. Good. It is important that we keep

Re: Current master is broken

2020-03-06 Thread Robert Scholte
I found the root cause, and it is quite exclusive for maven-shade-plugin (rewriting reduced-pom where excludes need to be updated). No need to revert, this is on top of my list to fix. Robert On 3-3-2020 23:23:47, Enrico Olivelli wrote: Hi guys, I am trying current master and the build of a sim