Re: [PR] Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 [maven-xinclude-extension]

2024-08-31 Thread via GitHub
slachiewicz merged PR #3: URL: https://github.com/apache/maven-xinclude-extension/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: 4.0.0-beta-4 goal ordering and priorities

2024-08-31 Thread Guillaume Nodet
Le sam. 31 août 2024 à 12:19, Delany a écrit : > > Hi Gnodet, > > Re: https://issues.apache.org/jira/browse/MNG-8052 > putting the ordinal at the beginning like > 1000:after:integration-test > reads easier than in square brackets like > after:integration-test[1000] > Less syntax to remember, no?

4.0.0-beta4 prePhase build speed

2024-08-31 Thread Delany
Hi Gnodet, I notice `mvn validate` now takes 50s when on Maven 3.9.9 it took 16s. Is this expected? (I assume both respect my --threads=1C switch) First comment on the issue suggested faster builds https://issues.apache.org/jira/browse/MNG-5666 Kind regards, Delany

4.0.0-beta-4 goal ordering and priorities

2024-08-31 Thread Delany
Hi Gnodet, Re: https://issues.apache.org/jira/browse/MNG-8052 putting the ordinal at the beginning like 1000:after:integration-test reads easier than in square brackets like after:integration-test[1000] Less syntax to remember, no? And then https://issues.apache.org/jira/browse/MNG-7804 It seems