[VOTE] Release Apache Maven Invoker Plugin version 3.6.1

2024-03-26 Thread Olivier Lamy
Hi, I'd like to release Apache Maven Invoker plugin version 3.6.1 We solved 3 issues (well that's what Jira says): https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12354446 The main reason is an upgrade of Groovy, which have been done because of dependabot but help

Re: Relax resolver for snapshots in offline mode

2024-03-26 Thread Delany
If a pom says it has a dependency "2.4.1-SNAPSHOT" then I don't want the validation failing in offline mode because "2.4.1-20240322.141808-12 has not been downloaded". Delany On Tue, 26 Mar 2024 at 16:15, Tamás Cservenák wrote: > Delany, > > What do you mean by "All SNAPSHOT versions are equal"

Re: Relax resolver for snapshots in offline mode

2024-03-26 Thread Tamás Cservenák
Delany, What do you mean by "All SNAPSHOT versions are equal"? T On Tue, Mar 26, 2024 at 10:33 AM Delany wrote: > Ok, I want to validate various aspects of the project without going network > since there are a lot of modules, some of them quite big, and they get > rebuilt every day, so its hun

Re: [DISCUSS] Maven Dependency Plugin

2024-03-26 Thread Tamás Cservenák
Howdy, just to not let this discussion die off. Let me show a take on a "how modern Maven plugin should look like" (that targets m-dependency-p goals, sans analyze and some others) could look like: https://github.com/maveniverse/toolbox The "unpack" related goals are missing, not yet done, but th

[ANN] Apache Maven GPG Plugin 3.2.2 Released

2024-03-26 Thread Tamás Cservenák
Howdy, The Apache Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 3.2.2 This release is a bugfix, restoring the sign-and-deploy Mojo to pick up remote repository authentication from settings.xml. Also contains smaller improvements as well. This plugin signs

Re: Relax resolver for snapshots in offline mode

2024-03-26 Thread Delany
Ok, I want to validate various aspects of the project without going network since there are a lot of modules, some of them quite big, and they get rebuilt every day, so its hundreds of Mb that get updated. I want to check the well-formedness of the pom.xml files, sort them, also run a yak4j-filenam

Re: Relax resolver for snapshots in offline mode

2024-03-26 Thread Tamás Cservenák
Howdy, you are conflating several things here: - timestamped snapshots are coming from remote (as locally installed ones are NOT timestamped), these snapshots can be resolved ONLY via metadata - artifact origin tracking: if artifact A was downloaded from repository R1, a subsequent build run on sa

Re: [VOTE] Release Apache Maven Archiver version 3.6.2

2024-03-26 Thread Tamás Cservenák
+1 On Sun, Mar 24, 2024 at 11:38 PM Slawomir Jaranowski wrote: > Hi, > > We solved 3 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353577 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%

[VOTE] Release Apache Maven GPG Plugin 3.2.2

2024-03-26 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1: Slawomir, Herve, Olivier, Zhongming PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T