Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7804] IT for plugin execution order #268

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Jun 5, 2023

Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good test coverage. Seems like a nice feature addition. Still some outstanding questions, though:

  • Does this require the POM/4.2.0 model? Which versions of Maven can use that POM version?
  • How does this work with priorities defined in a parent POM or profile?
  • What is the numerical type of the priority? Is it an integer, decimal, long, non-negative, strictly positive?
  • What if two executions have the same priority? Is that an error, or is it arbitrarily ordered?

@gnodet gnodet force-pushed the MNG-7804-plugin-execution-order branch 2 times, most recently from 3259eea to 9dbe11d Compare September 13, 2023 16:25
@gnodet gnodet force-pushed the MNG-7804-plugin-execution-order branch from 9dbe11d to 9d878c6 Compare September 13, 2023 19:56
@gnodet gnodet merged commit 75648bf into apache:master Oct 16, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants