o Clarified relevance of ids

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@792073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-08 08:58:02 +00:00
parent e083752b39
commit 88062f08dd
1 changed files with 8 additions and 5 deletions

View File

@ -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>