All of that information is handled inside the lifecycle management elements for plexus, as far as I know. The lifecycle listed in the intro in the documentation is the definitive one, except that you can make plugins that add new lifecycle elements outside of the standard lifecycle (like what clean does, I think).
I'm pretty sure the actual strings are in annotations and configuration elements inside maven, plexus, and the plugins. It would NOT be fun tracking them down from a fresh start, although you could probably start with https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/META-INF/plexus/components.xml On 1/2/07, Arik Kfir <[EMAIL PROTECTED]> wrote:
got ya... I'm afraid I can't help you there ;-) On 1/3/07, David Whitehurst <[EMAIL PROTECTED]> wrote: > > I've seen this and I've also seen a similar list that specifically stated > that it was not a comprehensive listing. I'm not looking for someone to > point me to the user documentation (finished or not-finished), I'm looking > for someone to point me to a code module maybe so that I can be sure that > I > have "the" comprehensive list of phases that can be intercepted. > > > David > > On 1/2/07, Arik Kfir <[EMAIL PROTECTED]> wrote: > > > > David, > > > > This question belongs in the users mailing list... > > > > Anyway - have you read the Introduction to the Build Lifecycle? > > At: > > > > > http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html > > > > You can find it in the maven site by going to the "Index" option on the > > menu > > of the main page. > > > > Hope this helps, > > Arik. > > > > On 1/3/07, David Whitehurst <[EMAIL PROTECTED]> wrote: > > > > > > I'm writing this mail to the dev list because I'm unable to find a > > > "comprehensive" list of development phases, and I also assume that > these > > > phases are in someway string literals in the Maven code somewhere. Is > > > there > > > a comprehensive list or a code module that I can go find? > > > > > > > > > Thanks, > > > > > > David > > > > > > > > > > > >
-- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways.