Last Updated: February 25, 2016
·
5.42K
· ruurd

Plugin execution order in maven

If you want to make sure that plugins are executed in the correct order for a particular build phase then specify them in the order you want in the POM. There is no other means to specify the order of execution.

In the execution order, parent POMs come first.