cstamas commented on PR #667: URL: https://github.com/apache/maven-surefire/pull/667#issuecomment-1612603986
In fact, IMHO we should revisit ALL these plugins having "artifact-like" (GAV) parameters and using resolver to resolve them, and * mark all these configurations as "usable for out-of-reactor plugins only" (or it is user who needs to hack in proper build order by whatever means he can) * come up with some proper solution in Maven to make sorting aware of ALL these Biggest problem is that "by chance" the ordering may be good, and seemingly everything works, but then user changes something completely unrelated (ie. adds a new module to build), that changes build order, and suddenly this breaks. In this situations is hard to figure out why breakage happened. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org