You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/08 10:58:02 UTC

svn commit: r792073 - /maven/components/trunk/maven-model/src/main/mdo/maven.mdo

Author: bentmann
Date: Wed Jul  8 08:58:02 2009
New Revision: 792073

URL: http://svn.apache.org/viewvc?rev=792073&view=rev
Log:
o Clarified relevance of ids

Modified:
    maven/components/trunk/maven-model/src/main/mdo/maven.mdo

Modified: maven/components/trunk/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-model/src/main/mdo/maven.mdo?rev=792073&r1=792072&r2=792073&view=diff
==============================================================================
--- maven/components/trunk/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/trunk/maven-model/src/main/mdo/maven.mdo Wed Jul  8 08:58:02 2009
@@ -2355,7 +2355,8 @@
           <description>
             <![CDATA[
             A unique identifier for a repository. This is used to match the repository
-            to configuration in the <code>settings.xml</code> file, for example.
+            to configuration in the <code>settings.xml</code> file, for example. Furthermore, the identifier is
+            used during POM inheritance and profile injection to detect repositories that should be merged.
             ]]>
           </description>
           <type>String</type>
@@ -2869,7 +2870,7 @@
           <type>String</type>
           <defaultValue>default</defaultValue>
           <description>The identifier of this execution for labelling the goals during the build,
-            and for matching executions to merge during inheritance.</description>
+            and for matching executions to merge during inheritance and profile injection.</description>
         </field>
         <field>
           <name>phase</name>
@@ -3037,8 +3038,8 @@
           <version>4.0.0</version>
           <type>String</type>
           <defaultValue>default</defaultValue>
-          <description>The identifier of this build profile. This used both for command line
-            activation, and identifies identical profiles to merge with during inheritance.
+          <description>The identifier of this build profile. This is used for command line
+            activation, and identifies profiles to be merged.
           </description>
         </field>
         <field>
@@ -3429,7 +3430,9 @@
           <name>id</name>
           <type>String</type>
           <required>true</required>
-          <description>The unique id for this report set, to be used during POM inheritance.</description>
+          <description>The unique id for this report set, to be used during POM inheritance and profile injection
+            for merging of report sets.
+          </description>
           <defaultValue>default</defaultValue>
         </field>
         <field>