Re: [VOTE] Release Apache Maven 4.0.0-rc-4

2025-06-20 Thread Jeff Jensen
+1 (NB) Successfully built a 71 module internal app suite. FYI It's pickiness found needs for two dep versions in a legacy module, which is great find. The fail error message was not helpful ([ERROR] Invalid Collect Request: null -> (snipped dep path)), but with -e the nested exception thankfull

Re: [VOTE] Release Apache Maven 4.0.0-rc-4

2025-06-20 Thread Jermaine Hua
+1 Sergey Chernov 于2025年6月20日 周五19:42写道: > +1 > > So far there are performance issues at scale of huge multi-module build, > see https://github.com/apache/maven/issues/2481 > But the build itself looks correct and reproducible (in comparison with > Maven 3.x) > > > On Fri, Jun 20, 2025 at 11:23 

[ANN] Apache Maven EAR Plugin 3.4.0 Released

2025-06-20 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.4.0 This plugin generates Java EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration: org.ap

[RESULT] [VOTE] Release Apache Maven EAR Plugin version 3.4.0

2025-06-20 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Karl Heinz Marbaise, Benjamin Marwell, Piotr Żygieło, Sylwester Lachiewicz, Matthias Bünger, Hervé Boutemy PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the central repo.

Re: [VOTE] Release Apache Maven 4.0.0-rc-4

2025-06-20 Thread Sergey Chernov
+1 So far there are performance issues at scale of huge multi-module build, see https://github.com/apache/maven/issues/2481 But the build itself looks correct and reproducible (in comparison with Maven 3.x) On Fri, Jun 20, 2025 at 11:23 AM Cheng Pan wrote: > Hi Maven community, > > I’m trying

Re: [VOTE] Release Apache Maven 4.0.0-rc-4

2025-06-20 Thread Cheng Pan
Hi Maven community, I’m trying to upgrade Maven 4 for Apache Spark, Maven 4.0.0 RC2 works, but seems it starts to fail since RC3, same for RC4 (purposed by this vote thread). I would appreciate it if anyone can take a look. [1] https://github.com/apache/spark/pull/51230 Thanks, Cheng Pan -