You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/06 11:44:09 UTC

svn commit: r741520 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Author: brett
Date: Fri Feb  6 10:44:09 2009
New Revision: 741520

URL: http://svn.apache.org/viewvc?rev=741520&view=rev
Log:
[MNG-3719] correct the docs according to fix

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=741520&r1=741519&r2=741520&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt Fri Feb  6 10:44:09 2009
@@ -138,8 +138,9 @@
 
   Furthermore, a build phase can also have zero or more goals bound to it. If a build phase has no goals bound to it,
   that build phase will not execute. But if it has one or more goals bound to it, it will execute all those goals
-  (<Note: In Maven 2.0.5 thru 2.0.8, multiple goals bound to a phase are executed in the same order as they are declared in the
-  POM. However, this behavior is not correct in Maven 2.0.9 and 2.0.10, or versions earlier than Maven 2.0.5>).
+  (<Note: In Maven 2.0.5 and above, multiple goals bound to a phase are executed in the same order as they are declared in the
+  POM, however multiple instances of the same plugin are not supported. Multiple instances of the same plugin are grouped to execute together and ordered in
+  Maven 2.0.11 and above>).
 
   <{{{introduction-to-the-lifecycle.html}[top]}}.>