Maven plugin – execution order in same phase
In Maven, you can use the build lifecycle or phases to control the order of the plugin execution. In some scenario, you have to bound few plugins to same phase, but still want to control the order of the plugin execution. But, the order is not executed in the same order as they are listed […]