> Can some one confirm that my understanding of lifecycles, phases, and
> goals is correct?
>
> Maven has three lifecycles: clean, default (build), and site.  These are
> defined by Maven core and can not be changed by plugins.

the stock maven does..

> Each lifecycle is made up of a fixed, ordered list, of phases.  The
> phases in each lifecycle are also defined by Maven core and can not be
> changed by plugins.

Not correct. They can be changed. E.g the maven android plugin changes it..

> Goals, defined in various plugins, are attached to specific phases in
> order to create the actual "executable" lifecycle.

Yes.. this is defined in the super pom.

> Each particular project packaging type (e.g., POM, JAR, WAR) comes with
> a default set of goals attached to various lifecycle phases.
>
> Note, I'm looking for technical specificity here so if any of the above
> statements aren't exactly correct I'd like to know.

Check out the maven books for more info..

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to