Author: dennisl Date: Mon Oct 17 18:52:02 2011 New Revision: 1185324 URL: http://svn.apache.org/viewvc?rev=1185324&view=rev Log: Improve documentation about the dev attribute.
Modified: maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo Modified: maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo?rev=1185324&r1=1185323&r2=1185324&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo (original) +++ maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo Mon Oct 17 18:52:02 2011 @@ -218,7 +218,7 @@ under the License. <description> <![CDATA[ <p>Name of developer who committed the change.</p> - <p>This <b>MUST</b> be the name of the developer as described in the developers section of the pom.xml file.</p> + <p>This can be either the id of the developer, as specified in the developers section of the pom.xml file, or the name of the developer. If you generate a changes report and specify the id of the developer, a link is created to that developer in the team-list.html page.</p> ]]> </description> </field>