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?

I implemented it following
https://cwiki.apache.org/confluence/display/MAVEN/Dynamic+phases
There are some arguments for the chosen syntax.  And it should not
conflict with CLI invocation.

> And then https://issues.apache.org/jira/browse/MNG-7804
> It seems priority tag could be folded into the phase tag.
>
> 1000::integration-test

Yes, the priority tag could now be removed.
https://issues.apache.org/jira/browse/MNG-8234

>
> Kind regards,



-- 

Guillaume Nodet

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



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 priority tag could be folded into the phase tag.

1000::integration-test

Kind regards,