[ANN] Maven Resolver 2.0.2 released

2024-10-17 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.2: The 1.x resolver lineage is in "bugfix only" maintenance mode. Maven Resolver 1.x is used in Maven 3.x, while Resolver 2.x is used in Maven 4.x. === Site: https://maven.apache.org/resolver Release Notes - Mave

[RESULT][VOTE] Release Maven Resolver 2.0.2

2024-10-17 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1: Hervem Michael, Olivier, Sylwester PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the Maven Central repo. Thanks T ---

Module paths and tool integrations

2024-10-17 Thread Robert Scholte
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). We were able to talk with the Jetbrains developers that are responsible for Java/Maven integration and we're setting

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-10-17 Thread Michael Osipov
https://www.mail-archive.com/users@maven.apache.org/msg146091.html On 2024/10/16 21:44:40 Basil Crow wrote: > I have successfully upgraded the Jenkins Stapler and Jellydoc Maven > plugins to the Doxia 2.0.0 stack, using Maven Reporting API 4.0.0, > Maven Reporting Impl 4.0.0, and Maven Fluido Skin

Re: [VOTE] Release Apache Maven Reporting Exec version 2.0.0

2024-10-17 Thread Michael Osipov
+1 On 2024/10/15 18:28:22 Michael Osipov wrote: > Hi, > > we solved 51 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354043 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20

Re: [VOTE] Release Apache Maven Artifact Plugin version 3.5.2

2024-10-17 Thread Herve Boutemy
here is my +1 yes, RB ok for those interested, once released, rebuild will be done by a GitHub Action and added to https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-artifact-plugin/README.md yes, I don't rebuild any more on my own laptop

[Plexus-Utils] MatchPattern(s) Improvement?

2024-10-17 Thread Claude Warren
Greetings, I am using modified MatchPattern, MatchPatterns and SelectorUtils in the new Apache Rat 0.17. I had to modify them because I needed visibility to the matching patterns, and because package private made some extensions impossible. The MatchPatter and MatchPatterns classes are final so