Normally you dont pick a goal but a phase instead ( compile, package, install etc )
your can run the goal ( ex eclipse:eclipse ) if it is supported to run from command line On Fri, Dec 25, 2009 at 9:21 AM, Benson Margulies <[email protected]> wrote: >> To automatically run your plugin's goal, it must be part of of maven >> default build cycle ( maven-compile-plugin ) is an example.) >> So change default lifecycle is not possible since its belongs to maven core. >> > > Does that mean that I can pick a goal name that is already in the > lifecycle, and it will run? Or is the lifecycle specified by specific > plugins? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
