Re: [VOTE] Release Maven Invoker Plugin version 3.8.1

2024-10-20 Thread Olivier Lamy
+1 On Sat, 19 Oct 2024 at 02:55, Michael Osipov wrote: > > Hi, > > NOTE: Read the details on this release here: > https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack > > we solved 1 issue: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=

Re: Module paths and tool integrations

2024-10-20 Thread Olivier Lamy
Why not a public group especially if the scope is opensoure tools? And by the way you are mentioning this on a public mailing list. On Sun, 20 Oct 2024 at 11:39 pm, Robert Scholte wrote: > Hi Claude, > > I don't want the group to be too big. The scope is currently on buildtools > and IDEs. > For

[ANN] Apache Maven Artifact Plugin 3.5.2 Released

2024-10-20 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.2 This plugin is used for Reproducible Builds tasks about artifacts. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configur

Re: [VOTE] Release Apache Maven 4.0.0-beta-5, respin 1

2024-10-20 Thread Daniel Schmid
Hi, For completeness, I want to note that I found another issue where Maven seems to be no longer able to parse POMs with bundle. I reported it at https://issues.apache.org/jira/browse/MNG-8336. As this seems to be a regression from the Maven 4.0.0-beta-4, I want to note that here. Yours, D

RE: Module paths and tool integrations

2024-10-20 Thread Robert Scholte
Hi Claude, I don't want the group to be too big. The scope is currently on buildtools and IDEs. For libraries (you could consider maven-plugins as libraries too), there's already a library you can use: plexus-java [1] This should be good enough if you have access to all used jars and the root m

Re: [VOTE] Release Apache Maven 4.0.0-beta-5, respin 1

2024-10-20 Thread Tamás Cservenák
Howdy, just some information about current stance of this VOTE: Already several (quite bad) issues discovered: * https://issues.apache.org/jira/browse/MNG-8334 redirect to log (-l logfile) is broken (https://github.com/apache/maven/pull/1824) * https://issues.apache.org/jira/browse/MNG-8335 the n

Re: Module paths and tool integrations

2024-10-20 Thread Martin Desruisseaux
Hello Robert I would be very interrested in participating too. We are in process of modifying the way than Maven handle module path. Maven 4 already has some elements giving more controls to the developer. Unfortunately I didn't had the time to make more progress in the last month, but I hop

Re: [VOTE] Release Apache Maven 4.0.0-beta-5, respin 1

2024-10-20 Thread Tamás Cservenák
Also found https://issues.apache.org/jira/browse/MNG-8334 Thanks T On Sun, Oct 20, 2024 at 12:43 PM Filipe Roque wrote: > > https://issues.apache.org/jira/browse/MNG-8333 duplicate-finder-maven > starts to fail with 4.0.0-beta-5 > > I was also having problems with git-commit-id-maven-plugin but

Re: [VOTE] Release Apache Maven 4.0.0-beta-5, respin 1

2024-10-20 Thread Filipe Roque
https://issues.apache.org/jira/browse/MNG-8333 duplicate-finder-maven starts to fail with 4.0.0-beta-5 I was also having problems with git-commit-id-maven-plugin but upgrading it to 8.0.2 solves it. flip On Sat, 2024-10-19 at 20:26 +0200, Tamás Cservenák wrote: > Howdy, > > We solved 68 issues

Re: Module paths and tool integrations

2024-10-20 Thread Tamás Cservenák
Yup, Martin is definitely the one to ask. Thanks T On Sun, Oct 20, 2024, 09:14 Guillaume Nodet wrote: > Le jeu. 17 oct. 2024 à 09:28, Robert Scholte a > écrit : > > > Hi, > > > > > > > > During Devoxx Nicolai Parlog shared his concerns about how different > tools > > solve the modulepath/clas

Re: Module paths and tool integrations

2024-10-20 Thread Guillaume Nodet
Le jeu. 17 oct. 2024 à 09:28, Robert Scholte a écrit : > Hi, > > > > During Devoxx Nicolai Parlog shared his concerns about how different tools > solve the modulepath/classpath in their own way (And he has a compliment: > Maven does it correct). That was referencing 3.x or the new Maven API for