Le sam. 31 août 2024 à 12:19, Delany <delany.middle...@gmail.com> a écrit :
>
> Hi Gnodet,
>
> Re: https://issues.apache.org/jira/browse/MNG-8052
> putting the ordinal at the beginning like
> <phase>1000:after:integration-test</phase>
> reads easier than in square brackets like
> <phase>after:integration-test[1000]</phase>
> 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.
>
> <phase>1000::integration-test</phase>

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

>
> Kind regards,



-- 
------------------------
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to