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...
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?
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
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