You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/10/17 20:52:02 UTC

svn commit: r1185324 - /maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo

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>