diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo
index a7f7410cfb..b4e32a0693 100644
--- a/maven-model/maven.mdo
+++ b/maven-model/maven.mdo
@@ -190,7 +190,11 @@
organization
- Umbrella organization for the project.
+
+ This element describes various attributes of the organziation to
+ which the project belongs. These attributes are utilized when
+ documentation is created (for copyright notices and links).
+
Organization
@@ -244,10 +248,20 @@
Branch
+
+ This element describes each of the branches of the
+ project. Each branch is described by a tag
+ element
+
tag
- the description
+
+ The branch tag in the version control system
+ (e.g. cvs) used by the project for the source
+ code associated with this branch of the
+ project.
+
String
@@ -413,6 +427,13 @@
MailingList
+
+ This element describes all of the mailing lists associated with
+ a project. Each mailing list is described by a
+ mailingList
element, which is then described by
+ additional elements (described below). The auto-generated site
+ documentation references this information.
+
name
@@ -574,6 +595,11 @@
Version
+
+ This element describes each of the previous versions of the
+ project. Each version is described by a version
+ element
+
name