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
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
---
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
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
+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
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
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