Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M1

2022-02-01 Thread Michael Osipov
Am 2022-02-01 um 22:54 schrieb Guillaume Nodet: -1 Would it be possible to at least get rid of direct (and transitive if possible) dependencies on maven 2.x artifacts ? Especially those that do not exist anymore... I can raise a PR tomorrow if that's ok. ➜ maven-doxia-sitetools git:(master) mv

[DISCUSS] consider [MNG-7395] for Maven 3.8.5 release

2022-02-01 Thread Christoph Läubrich
Hi Apache Maven Team, we at Tycho [1] have a combination of a core-extension and a build-plugin. What always is a source of confusion, that one is able to define e.g. a property that could be overridden on the commandline using -D but no such thing exits for the .mvn/extensions.xml This mak

[DISCUSS] consider [MNG-7400] for Maven 3.8.5 release

2022-02-01 Thread Christoph Läubrich
Hi Apache Maven Team, we at Tycho [1] have a high demand in integrating better with maven to reduce some workarounds that where used in the past to get custom dependency types into the maven dependency model (namely using system scoped absolute paths). For that reason it would help if it whe

Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M1

2022-02-01 Thread Guillaume Nodet
-1 Would it be possible to at least get rid of direct (and transitive if possible) dependencies on maven 2.x artifacts ? Especially those that do not exist anymore... I can raise a PR tomorrow if that's ok. ➜ maven-doxia-sitetools git:(master) mvnd dependency:tree | grep org.apache.maven\: [do

[VOTE] Release Apache Maven Reporting API version 3.1.0

2022-02-01 Thread Michael Osipov
Hi, We solved 4 issues: https://issues.apache.org/jira/projects/MSHARED/versions/12331438 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api Stagi

[VOTE] Release Maven Project Info Reports Plugin version 3.2.1

2022-02-01 Thread Michael Osipov
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12351291 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MPIR/issues Staging repo: https://repository.apache.org/content/repositories/maven-1702/ ht

[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M1

2022-02-01 Thread Michael Osipov
Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12351216 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317320%20AND%20status%20%3D%20Open Staging repo: https://repository.ap

Re: [DISCUSS] Maven 3.8.x and 3.9.x

2022-02-01 Thread Michael Osipov
Am 2022-01-31 um 14:29 schrieb Christoph Läubrich: If we could get https://github.com/apache/maven/pull/668 into 3.8.x this will help us much @tycho https://github.com/apache/maven/pull/665 Christoph, create create a new discussion with those issues you'd like to see in 3.8.5 and we'll eva

Re: [DISCUSS] Modello release

2022-02-01 Thread Guillaume Nodet
Fwiw, the following branch allows rebuilding the maven-core tree without any change at all, i.e. if you do a subsequent build, none of the output files or jars is rewritten. https://github.com/gnodet/maven/commits/stale-compiler There are still a few PR that needs to be merged and released in or

Re: Why are we shading in Maven Core

2022-02-01 Thread Romain Manni-Bucau
Overall +1 on not relocating (shading by itself is not a big deal) but we should ensure resources too are properly isolated (not always the case and class only isolation leads to bugs). Not 100% it affects httpclient but as a general rule it sounds like the only missing thing in classrealm. Le mar

Why are we shading in Maven Core

2022-02-01 Thread Tamás Cservenák
Howdy, As part of an "experiment" on Maven with transport-http https://github.com/apache/maven/pull/635 I was wondering why wagon-http shades http-client, and should resolver transport-http shade as well or not... I was somehow convinced this is dragged from maven2... (that leaked into plugins) a

Re: [DISCUSS] Modello release

2022-02-01 Thread Guillaume Nodet
Awesome ! Thx Le mar. 1 févr. 2022 à 10:25, Olivier Lamy a écrit : > On Mon, 31 Jan 2022 at 19:08, Guillaume Nodet wrote: > > > Btw, the same thing applies to animal-sniffer with the inclusion of > > https://github.com/mojohaus/animal-sniffer/pull/165 > > > fyi animal-sniffer has just been re

Re: [DISCUSS] Modello release

2022-02-01 Thread Olivier Lamy
On Mon, 31 Jan 2022 at 19:08, Guillaume Nodet wrote: > Btw, the same thing applies to animal-sniffer with the inclusion of > https://github.com/mojohaus/animal-sniffer/pull/165 fyi animal-sniffer has just been released ;) > > > Le lun. 31 janv. 2022 à 08:30, Guillaume Nodet a > écrit : > >