Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Mark Derricutt
I wonder if this is related to MNG-5726, I’ve also since reproduced with a fresh empty quickstart project just adding: org.apache.maven.plugins maven-enforcer-plugin 3.4.1 enforce-versions enforce

Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Mark Derricutt
Hey all, congrats on the new release - only I just updated and unfortunately get this with the enforcer plugin: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-versions) on project com.smxemail.disaster.manager: Execution enforce-versions of go

Re: Maven 3.9.7 and "file locking"

2024-05-25 Thread Tamás Cservenák
What I left out: same stands for Maven4, latest beta-3 (coming soon) contains the same fix. On Sat, May 25, 2024 at 7:35 PM Tamás Cservenák wrote: > Howdy, > > I would like to ask users who are using "file locking" to upgrade to 3.9.7 > and report back. > > The "hot artifacts" theory (as explain

Maven 3.9.7 and "file locking"

2024-05-25 Thread Tamás Cservenák
Howdy, I would like to ask users who are using "file locking" to upgrade to 3.9.7 and report back. The "hot artifacts" theory (as explained in [1]) proved to be right, but NOT due to reason as originally assumed, but due to bug (see [2]). TIA Tamas [1] https://issues.apache.org/jira/browse/MNG-

[ANN] Apache Maven 3.9.7 released

2024-05-25 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven 3.9.7 Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of inf

Re: [DISCUSS] Removal of ineffective switch for Maven 4

2024-05-25 Thread Guillaume Nodet
I think those have been removed 3 years ago... https://issues.apache.org/jira/browse/MNG-6888 Le ven. 24 mai 2024 à 13:10, Maarten Mulders a écrit : > On 24/05/2024 09:43, Michael Osipov wrote: > > On 2024/05/24 07:06:45 Maarten Mulders wrote: > >> Hi all, > >> > >> Today, I noticed Maven has

Re: [DISCUSS] Removal of ineffective switch for Maven 4

2024-05-25 Thread Bernd Eckenfels
>> My idea would then be to see if any of these four are used in our own >> code base (core as well as plugins). If there are usages, let's remove >> them. That should not be hard, as they don't trigger any behaviour >> anymore. After that, we can continue to drop them from the Maven CLI. >>

[RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Karl-Heinz, Michael, Slawomir, Olivier, Guillaume, Benjamin +1nb: Tony, Romain, Mateusz, Matthias, Michael, Jorge PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to

Maven contributor recognition (Re: [DISCUSS] Add Hendrik Ebbers as a committer)

2024-05-25 Thread Guillaume Nodet
Tamas, Benjamin, in both your votes, you want to invite someone who has not been very public, because you interacted with him around Maven and trust him. Are Hendrik and Mateusz willing to become committers and be more involved than they are ? Did you see the invitation as a way to get them more in

[VOTE] Release Apache Maven Reporting Exec version 2.0.0-M14

2024-05-25 Thread Michael Osipov
Hi, IMPORTANT: This require the following staging repositories: * Maven Reporting Impl 4.0.0-M15 we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354658 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues

[VOTE] Release Apache Maven Reporting Impl version 4.0.0-M15

2024-05-25 Thread Michael Osipov
Hi, we solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354657 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%20m

[ANN] Apache Maven Doxia Sitetools 2.0.0-M19 released

2024-05-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M19 https://maven.apache.org/doxia/doxia-sitetools/ Release Notes - Maven Doxia Sitetools - Version 2.0.0-M19 ** Improvement * [DOXIASITETOOLS-340] - Rearrange title order in Veloci

[RESULT] [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M19

2024-05-25 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Slawomir Jaranowski, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: [DISCUSS] Removal of ineffective switch for Maven 4

2024-05-25 Thread Michael Osipov
Am 2024-05-24 um 13:09 schrieb Maarten Mulders: On 24/05/2024 09:43, Michael Osipov wrote: On 2024/05/24 07:06:45 Maarten Mulders wrote: Hi all, Today, I noticed Maven has an `-up` switch, for `--update-plugins`. The help text says it's ineffective, only kept for backward compatibility. With