public
Description: Maven CLI Plugin
Home | Edit | New

execute-phase

The “execute-phase” goal is basically the same as the execute goal, except it accepts maven lifecycle phases instead of plugin goals. See the execute goal docs for more information.

What It Does

This goal maps your commands to the full set of recognized maven lifecycle phases. This goal will allow you to type “mvn package” and all the typical lifecycle events will be run up and through package. Contrastingly, the “execute” goal of this plugin will not allow you to run “package” because package is not a plugin, but rather a lifecycle goal.

Last edited by shaolang, Wed Jul 29 03:55:23 -0700 2009
Home | Edit | New
Versions: