Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-11-09 Thread Delany
Thanks for explaining Delany On Tue, 8 Nov 2022 at 13:08, Guillaume Nodet wrote: > There are known issues that will be fixed in the next milestone. This > problem in particular has already been fixed in [1]. > The flatten plugin is still relevant, as the goal for maven 4.0 is to be > compatible

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-11-08 Thread Guillaume Nodet
There are known issues that will be fixed in the next milestone. This problem in particular has already been fixed in [1]. The flatten plugin is still relevant, as the goal for maven 4.0 is to be compatible with maven 3 apart from the removal of things that have been deprecated since ages. [1] ht

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-11-07 Thread Delany
Hi. I noticed the vote passed for alpha-2, but I'm still getting this issue. Can someone comment? Is the flatten plugin still relevant in Maven 4? Thanks, Delany On Thu, 20 Oct 2022 at 09:26, Delany wrote: > hi. I just changed .mvn/wrapper/maven-wrapper.properties to > distributionUrl= > https:

[RESULT] [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-24 Thread Guillaume Nodet
Closing this vote with the following votes: +1: aheritier, cstamas, hboutemy, olamy, sjaranowski Non binding votes: +1: martinkanters, mthmulders, Mark Derricutt I'll promote the artifacts, releases and whatever is needed... Thx everyone Guillaume Le sam. 15 oct. 2022 à 02:18, Guillaume Node

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-23 Thread Herve Boutemy
I had a look: only root module documentation had been published I republished the whole multi-module site Some issues remain, but less than previously site publication script is available in Maven core: https://github.com/apache/maven/blob/master/deploySite.sh and resulting svn content/commits is

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-22 Thread Arnaud Héritier
+1 Le sam. 22 oct. 2022 à 20:30, Maarten Mulders a écrit : > On 15/10/2022 02:18, Guillaume Nodet wrote: > > I've staged a release candidate at > >https://repository.apache.org/content/repositories/maven-1811 > > > > The binaries are available at: > > > > > https://repository.apache.org/serv

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-22 Thread Maarten Mulders
On 15/10/2022 02:18, Guillaume Nodet wrote: I've staged a release candidate at https://repository.apache.org/content/repositories/maven-1811 The binaries are available at: https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/maven/apache-maven/4.0.0-alpha-2/

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-22 Thread Hervé Boutemy
thank you Le vendredi 21 octobre 2022, 11:10:29 CEST Guillaume Nodet a écrit : > Created https://issues.apache.org/jira/browse/MNG-7576 to track > compatibility problems in maven 4.x. > > Le ven. 21 oct. 2022 à 08:27, Hervé Boutemy a > > écrit : > > there is no Jira issue associated? > > > > L

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-21 Thread Guillaume Nodet
Created https://issues.apache.org/jira/browse/MNG-7576 to track compatibility problems in maven 4.x. Le ven. 21 oct. 2022 à 08:27, Hervé Boutemy a écrit : > there is no Jira issue associated? > > Le jeudi 20 octobre 2022, 18:15:28 CEST Guillaume Nodet a écrit : > > This will be fixed by https://

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Romain Manni-Bucau
Hi, Agree it will be a surprise and it is actually a pretty big regression to not enable to override a configuration from a file with inline/env values. We should finish the impl to not copy twice the same options IMHO since we have the info or at least keep the overriding working as expected (com

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Hervé Boutemy
there is no Jira issue associated? Le jeudi 20 octobre 2022, 18:15:28 CEST Guillaume Nodet a écrit : > This will be fixed by https://github.com/apache/maven/pull/836. > > Guillaume > > Le jeu. 20 oct. 2022 à 09:27, Delany a écrit : > > hi. I just changed .mvn/wrapper/maven-wrapper.properties to

Re: Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Olivier Lamy
fair enough. but this might be a (bad?) surprise for few people On Fri, 21 Oct 2022 at 01:25, Michael Osipov wrote: > > > On 2022/10/19 21:38:47 Olivier Lamy wrote: > > +1 > > > > I only have a small issue. > > I have this env var > > MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m -Xms

Re: API changes - was [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Mark Derricutt
On 21/10/2022 at 12:41:54 AM, Mark Derricutt wrote: > Merged and I’ll release in the morning - and run our main projects thru > with Maven 4.0.0 and see how it fares. > Doh - released the new tiles this morning ( should really have tested it again $work’s main project first tho) ): When runni

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Guillaume Nodet
This will be fixed by https://github.com/apache/maven/pull/836. Guillaume Le jeu. 20 oct. 2022 à 09:27, Delany a écrit : > hi. I just changed .mvn/wrapper/maven-wrapper.properties to > distributionUrl= > > https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/ma

RE: Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Michael Osipov
On 2022/10/19 21:38:47 Olivier Lamy wrote: +1 I only have a small issue. I have this env var MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m -Xms2048m a project has .mvn/jvm.config with -Xmx1100m Maven 3.8.5 does this + exec /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Ho

Re: API changes - was [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Mark Derricutt
On 20/10/2022 at 11:49:48 PM, Tamás Cservenák wrote: > created PR that should restore compatibility, moreover, it remains mvn 3 > and 4 compatible > (and some little cosmetic change to plexus xml) > Oh sweet! Kudos. Just triggered the build jobs with IT tests and all passed. Merged and I’ll

Re: API changes - was [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Tamás Cservenák
Howdy, created PR that should restore compatibility, moreover, it remains mvn 3 and 4 compatible (and some little cosmetic change to plexus xml) https://github.com/repaint-io/maven-tiles/pull/133 Thanks T On Thu, Oct 20, 2022 at 1:37 AM Mark Derricutt wrote: > Trying out the new 4.0.0-alpha-2

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-20 Thread Delany
hi. I just changed .mvn/wrapper/maven-wrapper.properties to distributionUrl= https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/maven/apache-maven/4.0.0-alpha-2/apache-maven-4.0.0-alpha-2-bin.zip The options now require an equals: --threads=1C, but the help page

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Mark Derricutt
+1 one my projects not using tiles. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree On 20/10/2022 at 10:38:47 AM, Olivier Lamy wrote: > +1 > > I only have a small issue. > I have this env var > MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m

API changes - was [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Mark Derricutt
Trying out the new 4.0.0-alpha-2 release I see our tiles-maven-plugin doesn’t work: Caused by: java.lang.NoSuchMethodError: org.apache.maven.project.DefaultProjectBuilder: method ()V not found at io.repaint.maven.tiles.TilesProjectBuilder. (TilesProjectBuilder.groovy) at io.repaint.maven.t

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Olivier Lamy
+1 I only have a small issue. I have this env var MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m -Xms2048m a project has .mvn/jvm.config with -Xmx1100m Maven 3.8.5 does this + exec /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java -Xmx1100m -Djava.awt.headless=true

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Slawomir Jaranowski
+1 tested with some of my projects sob., 15 paź 2022 o 02:19 Guillaume Nodet napisał(a): > I've staged a release candidate at > https://repository.apache.org/content/repositories/maven-1811 > > The binaries are available at: > > > https://repository.apache.org/service/local/repositories/maven-

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-18 Thread Martin Kanters
Hi all, +1 Works fine for me. Locally I've been using the Jenkins build from master for over a year successfully, and I'm seeing the same results with this alpha-2 version. Cheers, Martin Op ma 17 okt. 2022 om 21:12 schreef Romain Manni-Bucau < rmannibu...@gmail.com>: > +1 getting a bunch of n

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-17 Thread Romain Manni-Bucau
+1 getting a bunch of new warnings as expected (which is good - ex: version not locked for clean plugin) but works on recent projects. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Githu

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-17 Thread Tamás Cservenák
+1 works ok for me on several projects T On Sat, Oct 15, 2022 at 2:19 AM Guillaume Nodet wrote: > I've staged a release candidate at > https://repository.apache.org/content/repositories/maven-1811 > > The binaries are available at: > > > https://repository.apache.org/service/local/repositorie

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-16 Thread Herve Boutemy
+1 as defined in our release process for core https://maven.apache.org/developers/release/maven-core-release.html I replaced md5 and sha1 with sha512 in https://maven.apache.org/developers/release/maven-core-release.html build is not fully reproducible: reference was done on *nix with JDK 8, but

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-16 Thread Slawomir Jaranowski
Thanks. Site is also available under https://maven.apache.org/ref/4-LATEST/ - there are some missing links like https://maven.apache.org/ref/4-LATEST/maven-model/maven.html - some are outdated like https://maven.apache.org/ref/4-LATEST/maven-settings/settings.html For me it can be fixed in next

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-16 Thread Guillaume Nodet
I've also deployed the distributions at https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-2/binaries/ https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-2/sources/ and the web site at: http://svn.apache.org/repos/asf/maven/website/components/ref/4-LATEST/index.html

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-15 Thread Slawomir Jaranowski
Why alpha-2, we didn't release alpha-1. Even if some technical problems occur during release we should reuse the final tag. In jira we have a label for alpha-1. sob., 15 paź 2022 o 02:19 Guillaume Nodet napisał(a): > I've staged a release candidate at > https://repository.apache.org/content/r

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-15 Thread Slawomir Jaranowski
Hi, Link for biaries is: https://repository.apache.org/content/repositories/maven-1811/org/apache/maven/apache-maven/4.0.0-alpha-2/ By the way binaries should be available at distribution area also ... https://dist.apache.org/repos/dist/dev/maven/ Did you publish a staging Maven site somewhere?

[VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-14 Thread Guillaume Nodet
I've staged a release candidate at https://repository.apache.org/content/repositories/maven-1811 The binaries are available at: https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/maven/apache-maven/4.0.0-alpha-2/ The tag is available at: https://github.com