Author: hboutemy
Date: Sun Sep 11 19:47:56 2011
New Revision: 1169513

URL: http://svn.apache.org/viewvc?rev=1169513&view=rev
Log:
added comment on default lifecycles

Modified:
    
maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml

Modified: 
maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=1169513&r1=1169512&r2=1169513&view=diff
==============================================================================
--- 
maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
 Sun Sep 11 19:47:56 2011
@@ -20,7 +20,6 @@ under the License.
 -->
 
 <!--
-
   There is currently only one component descriptor that cannot be generated 
from annotations because of the
   accompanying configuration. Our options are to embed this information 
programatically or use a configuration source
   to pull in the lifecycle information.
@@ -55,6 +54,7 @@ under the License.
       </configuration>
     </component>
 
+    <!-- 'default' lifecycle, without any binding since it is dependent on 
packaging -->
     <component>
       <role>org.apache.maven.lifecycle.Lifecycle</role>
       <implementation>org.apache.maven.lifecycle.Lifecycle</implementation>
@@ -90,6 +90,8 @@ under the License.
         <!-- END SNIPPET: lifecycle -->
       </configuration>
     </component>
+
+    <!-- 'clean' lifecycle, with default binding -->
     <component>
       <role>org.apache.maven.lifecycle.Lifecycle</role>
       <implementation>org.apache.maven.lifecycle.Lifecycle</implementation>
@@ -108,6 +110,8 @@ under the License.
         </default-phases>
       </configuration>
     </component>
+
+    <!-- 'site' lifecycle, with default bindings -->
     <component>
       <role>org.apache.maven.lifecycle.Lifecycle</role>
       <implementation>org.apache.maven.lifecycle.Lifecycle</implementation>


Reply via email to