Author: brett Date: Fri Jun 17 20:16:52 2005 New Revision: 191261 URL: http://svn.apache.org/viewcvs?rev=191261&view=rev Log: clarification of order
Modified: maven/components/trunk/maven-site/src/site/apt/lifecycle.apt Modified: maven/components/trunk/maven-site/src/site/apt/lifecycle.apt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/lifecycle.apt?rev=191261&r1=191260&r2=191261&view=diff ============================================================================== --- maven/components/trunk/maven-site/src/site/apt/lifecycle.apt (original) +++ maven/components/trunk/maven-site/src/site/apt/lifecycle.apt Fri Jun 17 20:16:52 2005 @@ -102,6 +102,9 @@ enough information - you must also specify the goals you want run as part of your build. The goals that are configured will be added to the goals already bound to the lifecycle from the packaging selected. + If more than one goal is bound to a particular phase, the order used is that those from the packaging are executed + first, followed by those configured in the POM. Note that you can use the <<<executions>>> element to gain more + control over the order of particular goals. For example, the Modello plugin always binds <<<modello:java>>> to the <<<generate-sources>>> phase. So to use the Modello plugin and have it generate sources from a model and incorporate that into the build, you would add the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]