http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/f0acb5dd/src/main/scripts/generate-xdocs.mojos.xml
----------------------------------------------------------------------
diff --git a/src/main/scripts/generate-xdocs.mojos.xml 
b/src/main/scripts/generate-xdocs.mojos.xml
index f2a2917..e45ad35 100644
--- a/src/main/scripts/generate-xdocs.mojos.xml
+++ b/src/main/scripts/generate-xdocs.mojos.xml
@@ -1,402 +1,448 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-   Mojo metadata for "Commons Build: Standard XDOC Pages Generation".
-
-   $HeadURL$
-   $Revision$ $Date$
- -->
-<pluginMetadata>
-    <mojos>
-        <mojo>
-            <goal>mail-page</goal>
-            <call>mail-page</call>
-            <description>Apache Commons Build Mojo: Generate Mailing List 
page</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name> 
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.componentid</name> 
-                    <property>commons.componentid</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${commons.componentid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The commons component id.</description>
-                </parameter>
-            </parameters>
-        </mojo>
-        <mojo>
-            <goal>jira-page</goal>
-            <call>jira-page</call>
-            <description>Apache Commons Build Mojo: Generate Issue Tracking 
page</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name> 
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.jira.id</name> 
-                    <property>commons.jira.id</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.jira.id}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
-                </parameter>
-                <parameter>
-                    <name>commons.jira.pid</name> 
-                    <property>commons.jira.pid</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.jira.pid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The internal JIRA id for the project 
(numeric)</description>
-                </parameter>
-            </parameters>
-        </mojo>
-        <mojo>
-            <goal>sandbox-jira-page</goal>
-            <call>sandbox-jira-page</call>
-            <description>Apache Commons Build Mojo: Generate Sandbox Issue 
Tracking page</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name> 
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.jira.componentid</name> 
-                    <property>commons.jira.componentid</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.jira.componentid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The internal JIRA component id 
(numeric)</description>
-                </parameter>
-            </parameters>
-        </mojo>
-        <mojo>
-            <goal>download-page</goal>
-            <call>download-page</call>
-            <description>Apache Commons Build Mojo: Generate Download 
page</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name> 
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>project.artifactId</name> 
-                    <property>project.artifactId</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.artifactId}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The artifactId of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.componentid</name> 
-                    <property>commons.componentid</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${commons.componentid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The commons component id.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.version</name> 
-                    <property>commons.release.version</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.version}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The version of the latest release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.name</name> 
-                    <property>commons.release.name</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the latest release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.binary.suffix</name> 
-                    <property>commons.binary.suffix</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.binary.suffix}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The suffix for the binary 
distro.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.desc</name> 
-                    <property>commons.release.desc</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.desc}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Release Title or Description.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.subdir</name> 
-                    <property>commons.release.subdir</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.subdir}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Subdirectory (instead of 
source/binaries)</description>
-                </parameter>
-                <!-- commons.release.2.* -->
-                <parameter>
-                    <name>commons.release.2.version</name> 
-                    <property>commons.release.2.version</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.2.version}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The version of an alternative release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.2.name</name> 
-                    <property>commons.release.2.name</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.2.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The nameof the alternative release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.2.desc</name> 
-                    <property>commons.release.2.desc</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.2.desc}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Alternative Release Title or 
Description.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.2.binary.suffix</name> 
-                    <property>commons.release.2.binary.suffix</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    
<defaultValue>${commons.release.2.binary.suffix}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The suffix for the alternative release binary 
distro.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.2.subdir</name> 
-                    <property>commons.release.2.subdir</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.2.subdir}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Subdirectory (instead of 
source/binaries)</description>
-                </parameter>
-                <!-- commons.release.3.* -->
-                <parameter>
-                    <name>commons.release.3.version</name> 
-                    <property>commons.release.3.version</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.3.version}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The version of an alternative release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.3.name</name> 
-                    <property>commons.release.3.name</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.3.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The nameof the alternative release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.3.desc</name> 
-                    <property>commons.release.3.desc</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.3.desc}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Alternative Release Title or 
Description.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.3.binary.suffix</name> 
-                    <property>commons.release.3.binary.suffix</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    
<defaultValue>${commons.release.3.binary.suffix}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The suffix for the alternative release binary 
distro.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.3.subdir</name> 
-                    <property>commons.release.3.subdir</property>
-                    <required>false</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.3.subdir}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>Subdirectory (instead of 
source/binaries)</description>
-                </parameter>
-            </parameters>
-        </mojo>
-        <mojo>
-            <goal>readme-md</goal>
-            <call>readme-md</call>
-            <description>Apache Commons Build Mojo: Generate 
README.md</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name>
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>project.description</name>
-                    <property>project.description</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.description}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>A description of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>project.artifactId</name>
-                    <property>project.artifactId</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.artifactId}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The artifactId of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>project.groupId</name>
-                    <property>project.groupId</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.groupId}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The groupId of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.jira.id</name> 
-                    <property>commons.jira.id</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.jira.id}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
-                </parameter>
-                <parameter>
-                    <name>commons.release.version</name>
-                    <property>commons.release.version</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.release.version}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The version of the latest release of the 
project.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.componentid</name>
-                    <property>commons.componentid</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${commons.componentid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The commons component id.</description>
-                </parameter>
-            </parameters>
-        </mojo>
-        <mojo>
-            <goal>contributing-md</goal>
-            <call>contributing-md</call>
-            <description>Apache Commons Build Mojo: Generate 
CONTRIBUTING.md</description>
-            <requiresProject>true</requiresProject>
-            <parameters>
-                <parameter>
-                    <name>project.name</name>
-                    <property>project.name</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.name}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The name of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>project.artifactId</name>
-                    <property>project.artifactId</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${project.artifactId}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The artifactId of the project currently being 
built.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.jira.id</name>
-                    <property>commons.jira.id</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>${commons.jira.id}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
-                </parameter>
-                <parameter>
-                    <name>commons.componentid</name> 
-                    <property>commons.componentid</property>
-                    <required>true</required>
-                    <readonly>true</readonly>
-                    <defaultValue>${commons.componentid}</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The commons component id.</description>
-                </parameter>
-            </parameters>
-        </mojo>
-    </mojos>
-</pluginMetadata>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+   Mojo metadata for "Commons Build: Standard XDOC Pages Generation".
+
+   $HeadURL$
+   $Revision$ $Date$
+ -->
+<pluginMetadata>
+    <mojos>
+        <mojo>
+            <goal>mail-page</goal>
+            <call>mail-page</call>
+            <description>Apache Commons Build Mojo: Generate Mailing List 
page</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name> 
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.componentid</name> 
+                    <property>commons.componentid</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${commons.componentid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The commons component id.</description>
+                </parameter>
+            </parameters>
+        </mojo>
+        <mojo>
+            <goal>jira-page</goal>
+            <call>jira-page</call>
+            <description>Apache Commons Build Mojo: Generate Issue Tracking 
page</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name> 
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.jira.id</name> 
+                    <property>commons.jira.id</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.jira.id}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
+                </parameter>
+                <parameter>
+                    <name>commons.jira.pid</name> 
+                    <property>commons.jira.pid</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.jira.pid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The internal JIRA id for the project 
(numeric)</description>
+                </parameter>
+            </parameters>
+        </mojo>
+        <mojo>
+            <goal>sandbox-jira-page</goal>
+            <call>sandbox-jira-page</call>
+            <description>Apache Commons Build Mojo: Generate Sandbox Issue 
Tracking page</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name> 
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.jira.componentid</name> 
+                    <property>commons.jira.componentid</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.jira.componentid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The internal JIRA component id 
(numeric)</description>
+                </parameter>
+            </parameters>
+        </mojo>
+        <mojo>
+            <goal>download-page</goal>
+            <call>download-page</call>
+            <description>Apache Commons Build Mojo: Generate Download 
page</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name> 
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>project.artifactId</name> 
+                    <property>project.artifactId</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.artifactId}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The artifactId of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.componentid</name> 
+                    <property>commons.componentid</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${commons.componentid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The commons component id.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.version</name> 
+                    <property>commons.release.version</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.version}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The version of the latest release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.name</name> 
+                    <property>commons.release.name</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the latest release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.binary.suffix</name> 
+                    <property>commons.binary.suffix</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.binary.suffix}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The suffix for the binary 
distro.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.desc</name> 
+                    <property>commons.release.desc</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.desc}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Release Title or Description.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.subdir</name> 
+                    <property>commons.release.subdir</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.subdir}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Subdirectory (instead of 
source/binaries)</description>
+                </parameter>
+                <!-- commons.release.2.* -->
+                <parameter>
+                    <name>commons.release.2.version</name> 
+                    <property>commons.release.2.version</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.2.version}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The version of an alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.2.name</name> 
+                    <property>commons.release.2.name</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.2.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.2.desc</name> 
+                    <property>commons.release.2.desc</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.2.desc}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Alternative Release Title or 
Description.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.2.binary.suffix</name> 
+                    <property>commons.release.2.binary.suffix</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    
<defaultValue>${commons.release.2.binary.suffix}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The suffix for the alternative release binary 
distro.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.2.subdir</name> 
+                    <property>commons.release.2.subdir</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.2.subdir}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Subdirectory (instead of 
source/binaries)</description>
+                </parameter>
+                <!-- commons.release.3.* -->
+                <parameter>
+                    <name>commons.release.3.version</name> 
+                    <property>commons.release.3.version</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.3.version}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The version of an alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.3.name</name> 
+                    <property>commons.release.3.name</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.3.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.3.desc</name> 
+                    <property>commons.release.3.desc</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.3.desc}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Alternative Release Title or 
Description.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.3.binary.suffix</name> 
+                    <property>commons.release.3.binary.suffix</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    
<defaultValue>${commons.release.3.binary.suffix}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The suffix for the alternative release binary 
distro.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.3.subdir</name> 
+                    <property>commons.release.3.subdir</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.3.subdir}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Subdirectory (instead of 
source/binaries)</description>
+                </parameter>
+                <!-- commons.release.4.* -->
+                <parameter>
+                    <name>commons.release.4.version</name> 
+                    <property>commons.release.4.version</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.4.version}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The version of an alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.4.name</name> 
+                    <property>commons.release.4.name</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.4.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the alternative release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.4.desc</name> 
+                    <property>commons.release.4.desc</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.4.desc}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Alternative Release Title or 
Description.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.4.binary.suffix</name> 
+                    <property>commons.release.4.binary.suffix</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    
<defaultValue>${commons.release.4.binary.suffix}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The suffix for the alternative release binary 
distro.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.4.subdir</name> 
+                    <property>commons.release.4.subdir</property>
+                    <required>false</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.4.subdir}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>Subdirectory (instead of 
source/binaries)</description>
+                </parameter>
+            </parameters>
+        </mojo>
+        <mojo>
+            <goal>readme-md</goal>
+            <call>readme-md</call>
+            <description>Apache Commons Build Mojo: Generate 
README.md</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name>
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>project.description</name>
+                    <property>project.description</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.description}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>A description of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>project.artifactId</name>
+                    <property>project.artifactId</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.artifactId}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The artifactId of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>project.groupId</name>
+                    <property>project.groupId</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.groupId}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The groupId of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.jira.id</name> 
+                    <property>commons.jira.id</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.jira.id}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
+                </parameter>
+                <parameter>
+                    <name>commons.release.version</name>
+                    <property>commons.release.version</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.release.version}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The version of the latest release of the 
project.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.componentid</name>
+                    <property>commons.componentid</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${commons.componentid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The commons component id.</description>
+                </parameter>
+            </parameters>
+        </mojo>
+        <mojo>
+            <goal>contributing-md</goal>
+            <call>contributing-md</call>
+            <description>Apache Commons Build Mojo: Generate 
CONTRIBUTING.md</description>
+            <requiresProject>true</requiresProject>
+            <parameters>
+                <parameter>
+                    <name>project.name</name>
+                    <property>project.name</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.name}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The name of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>project.artifactId</name>
+                    <property>project.artifactId</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${project.artifactId}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The artifactId of the project currently being 
built.</description>
+                </parameter>
+                <parameter>
+                    <name>commons.jira.id</name>
+                    <property>commons.jira.id</property>
+                    <required>true</required>
+                    <readonly>false</readonly>
+                    <defaultValue>${commons.jira.id}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The external JIRA id for the project 
(alphabetic, upper case)</description>
+                </parameter>
+                <parameter>
+                    <name>commons.componentid</name> 
+                    <property>commons.componentid</property>
+                    <required>true</required>
+                    <readonly>true</readonly>
+                    <defaultValue>${commons.componentid}</defaultValue>
+                    <type>java.lang.String</type>
+                    <description>The commons component id.</description>
+                </parameter>
+            </parameters>
+        </mojo>
+    </mojos>
+</pluginMetadata>

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/f0acb5dd/src/site/xdoc/download-page-mojo.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download-page-mojo.xml 
b/src/site/xdoc/download-page-mojo.xml
index 8967a43..680a6a0 100644
--- a/src/site/xdoc/download-page-mojo.xml
+++ b/src/site/xdoc/download-page-mojo.xml
@@ -1,253 +1,278 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-   $HeadURL$
-   $Revision$ $Date$
- -->
-<document>
-  <properties>
-    <title>commons:download-page</title>
-  </properties>
-  <body>
-    <section name="commons:download-page">
-      <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.6:download-page</p>
-      <p><strong>Description</strong>:</p>
-      <div>Apache Apache Commons Build Mojo: Generate Download page</div>
-      <p><strong>Attributes</strong>:</p>
-      <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
-        <li>Is NOT inherited by default in multi-project builds.</li>
-      </ul>
-      <subsection name="Required Parameters">
-        <table border="0" align="left">
-          <tr>
-            <th>Name</th>
-            <th>Type</th>
-            <th>Since</th>
-            <th>Description</th>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.version">commons.release.version</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The version of the latest release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.version}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.name">commons.release.name</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The name of the latest release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.name}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.2.name">commons.release.2.name</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The name of the alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.name}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.3.name">commons.release.3.name</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The name of the alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.name}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a href="#basedir">basedir</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>The base directory from which to execute the Ant 
script.<br/><strong>Default value is</strong>: <code>${basedir}</code>.</td>
-          </tr>
-        </table>
-      </subsection>
-      <subsection name="Optional Parameters">
-        <table border="0" align="left">
-          <tr>
-            <th>Name</th>
-            <th>Type</th>
-            <th>Since</th>
-            <th>Description</th>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.binary.suffix">commons.binary.suffix</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The suffix for the binary distro.<br/><strong>Default value 
is</strong>: <code>${commons.binary.suffix}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.desc">commons.release.desc</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Release Title or Description.<br/><strong>Default value 
is</strong>: <code>${commons.release.desc}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.subdir">commons.release.subdir</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.subdir}</code>.</td>
-          </tr>
-          <!-- commons.release.2.* -->
-          <tr>
-            <td><strong><a 
href="#commons.release.2.version">commons.release.2.version</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The version of an alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.version}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.2.desc">commons.release.2.desc</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Alternative Release Title or Description.<br/><strong>Default 
value is</strong>: <code>${commons.release.2.desc}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.2.binary.suffix">commons.release.2.binary.suffix</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The suffix for the alternative release binary 
distro.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.binary.suffix}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.2.subdir">commons.release.2.subdir</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.2.subdir}</code>.</td>
-          </tr>
-          <!-- commons.release.3.* -->
-          <tr>
-            <td><strong><a 
href="#commons.release.3.version">commons.release.3.version</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The version of an alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.version}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.3.desc">commons.release.3.desc</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Alternative Release Title or Description.<br/><strong>Default 
value is</strong>: <code>${commons.release.3.desc}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.3.binary.suffix">commons.release.3.binary.suffix</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The suffix for the alternative release binary 
distro.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.binary.suffix}</code>.</td>
-          </tr>
-          <tr>
-            <td><strong><a 
href="#commons.release.3.subdir">commons.release.3.subdir</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.3.subdir}</code>.</td>
-          </tr>
-          <!-- Miscellaneous -->
-          <tr>
-            <td><strong><a href="#messageLevel">messageLevel</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The message-level used to tune the verbosity of Ant 
logging.<br/><strong>Default value is</strong>: <code>info</code>.</td>
-          </tr>
-        </table>
-      </subsection>
-      <subsection name="Parameter Details">
-        <p><strong><a 
name="commons.release.version">commons.release.version</a>:</strong></p>
-        <div>The version of the latest release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.version}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.name">commons.release.name</a>:</strong></p>
-        <div>The name of the latest release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.name}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.binary.suffix">commons.binary.suffix</a>:</strong></p>
-        <div>The suffix for the binary distro.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.binary.suffix}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.desc">commons.release.desc</a>:</strong></p>
-        <div>Release Title or Description.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.desc}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.2.version">commons.release.2.version</a>:</strong></p>
-        <div>The version of an alternative release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.2.version}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.2.name">commons.release.2.name</a>:</strong></p>
-        <div>The name of the alternative release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.2.name}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.2.desc">commons.release.2.desc</a>:</strong></p>
-        <div>Alternative Release Title or Description.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.2.desc}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.2.binary.suffix">commons.release.2.binary.suffix</a>:</strong></p>
-        <div>The suffix for the alternative release binary distro.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.2.binary.suffix}</code></li>
-        </ul><hr/><hr/><p><strong><a 
name="commons.release.3.version">commons.release.3.version</a>:</strong></p>
-        <div>The version of an alternative release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.3.version}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.3.name">commons.release.3.name</a>:</strong></p>
-        <div>The name of the alternative release of the project.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.3.name}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.3.desc">commons.release.3.desc</a>:</strong></p>
-        <div>Alternative Release Title or Description.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.3.desc}</code></li>
-        </ul><hr/><p><strong><a 
name="commons.release.3.binary.suffix">commons.release.3.binary.suffix</a>:</strong></p>
-        <div>The suffix for the alternative release binary distro.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Default</strong>: 
<code>${commons.release.3.binary.suffix}</code></li>
-        </ul><hr/><p><strong><a name="basedir">basedir</a>:</strong></p>
-        <div>The base directory from which to execute the Ant script.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${antBasedir}</code></li>
-          <li><strong>Default</strong>: <code>${basedir}</code></li>
-        </ul><hr/><p><strong><a 
name="messageLevel">messageLevel</a>:</strong></p>
-        <div>The message-level used to tune the verbosity of Ant logging.</div>
-        <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${antMessageLevel}</code></li>
-          <li><strong>Default</strong>: <code>info</code></li>
-        </ul>
-      </subsection>
-    </section>
-  </body>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+   $HeadURL$
+   $Revision$ $Date$
+ -->
+<document>
+  <properties>
+    <title>commons:download-page</title>
+  </properties>
+  <body>
+    <section name="commons:download-page">
+      <p><strong>Full name</strong>:</p>
+      <p>org.apache.commons:commons-build-plugin:1.6:download-page</p>
+      <p><strong>Description</strong>:</p>
+      <div>Apache Apache Commons Build Mojo: Generate Download page</div>
+      <p><strong>Attributes</strong>:</p>
+      <ul>
+        <li>Requires a Maven 2.0 project to be executed.</li>
+        <li>Is NOT inherited by default in multi-project builds.</li>
+      </ul>
+      <subsection name="Required Parameters">
+        <table border="0" align="left">
+          <tr>
+            <th>Name</th>
+            <th>Type</th>
+            <th>Since</th>
+            <th>Description</th>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.version">commons.release.version</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The version of the latest release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.version}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.name">commons.release.name</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The name of the latest release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.name}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.2.name">commons.release.2.name</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The name of the alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.name}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.3.name">commons.release.3.name</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The name of the alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.name}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a href="#basedir">basedir</a></strong></td>
+            <td><code>File</code></td>
+            <td><code>-</code></td>
+            <td>The base directory from which to execute the Ant 
script.<br/><strong>Default value is</strong>: <code>${basedir}</code>.</td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Optional Parameters">
+        <table border="0" align="left">
+          <tr>
+            <th>Name</th>
+            <th>Type</th>
+            <th>Since</th>
+            <th>Description</th>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.binary.suffix">commons.binary.suffix</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The suffix for the binary distro.<br/><strong>Default value 
is</strong>: <code>${commons.binary.suffix}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.desc">commons.release.desc</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Release Title or Description.<br/><strong>Default value 
is</strong>: <code>${commons.release.desc}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.subdir">commons.release.subdir</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.subdir}</code>.</td>
+          </tr>
+          <!-- commons.release.2.* -->
+          <tr>
+            <td><strong><a 
href="#commons.release.2.version">commons.release.2.version</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The version of an alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.version}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.2.desc">commons.release.2.desc</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Alternative Release Title or Description.<br/><strong>Default 
value is</strong>: <code>${commons.release.2.desc}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.2.binary.suffix">commons.release.2.binary.suffix</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The suffix for the alternative release binary 
distro.<br/><strong>Default value is</strong>: 
<code>${commons.release.2.binary.suffix}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.2.subdir">commons.release.2.subdir</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.2.subdir}</code>.</td>
+          </tr>
+          <!-- commons.release.3.* -->
+          <tr>
+            <td><strong><a 
href="#commons.release.3.version">commons.release.3.version</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The version of an alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.version}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.3.desc">commons.release.3.desc</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Alternative Release Title or Description.<br/><strong>Default 
value is</strong>: <code>${commons.release.3.desc}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.3.binary.suffix">commons.release.3.binary.suffix</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The suffix for the alternative release binary 
distro.<br/><strong>Default value is</strong>: 
<code>${commons.release.3.binary.suffix}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.3.subdir">commons.release.3.subdir</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.3.subdir}</code>.</td>
+          </tr>
+          <!-- commons.release.4.* -->
+          <tr>
+            <td><strong><a 
href="#commons.release.4.version">commons.release.4.version</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The version of an alternative release of the 
project.<br/><strong>Default value is</strong>: 
<code>${commons.release.4.version}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.4.desc">commons.release.4.desc</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Alternative Release Title or Description.<br/><strong>Default 
value is</strong>: <code>${commons.release.4.desc}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.4.binary.suffix">commons.release.4.binary.suffix</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The suffix for the alternative release binary 
distro.<br/><strong>Default value is</strong>: 
<code>${commons.release.4.binary.suffix}</code>.</td>
+          </tr>
+          <tr>
+            <td><strong><a 
href="#commons.release.4.subdir">commons.release.4.subdir</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>Subdirectory (if not source/binaries)<br/><strong>Default 
value is</strong>: <code>${commons.release.4.subdir}</code>.</td>
+          </tr>
+          <!-- Miscellaneous -->
+          <tr>
+            <td><strong><a href="#messageLevel">messageLevel</a></strong></td>
+            <td><code>String</code></td>
+            <td><code>-</code></td>
+            <td>The message-level used to tune the verbosity of Ant 
logging.<br/><strong>Default value is</strong>: <code>info</code>.</td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Parameter Details">
+        <p><strong><a 
name="commons.release.version">commons.release.version</a>:</strong></p>
+        <div>The version of the latest release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>Yes</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.version}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.name">commons.release.name</a>:</strong></p>
+        <div>The name of the latest release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>Yes</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.name}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.binary.suffix">commons.binary.suffix</a>:</strong></p>
+        <div>The suffix for the binary distro.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.binary.suffix}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.desc">commons.release.desc</a>:</strong></p>
+        <div>Release Title or Description.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.desc}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.2.version">commons.release.2.version</a>:</strong></p>
+        <div>The version of an alternative release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.2.version}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.2.name">commons.release.2.name</a>:</strong></p>
+        <div>The name of the alternative release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>Yes</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.2.name}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.2.desc">commons.release.2.desc</a>:</strong></p>
+        <div>Alternative Release Title or Description.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.2.desc}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.2.binary.suffix">commons.release.2.binary.suffix</a>:</strong></p>
+        <div>The suffix for the alternative release binary distro.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.2.binary.suffix}</code></li>
+        </ul><hr/><hr/><p><strong><a 
name="commons.release.3.version">commons.release.3.version</a>:</strong></p>
+        <div>The version of an alternative release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.3.version}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.3.name">commons.release.3.name</a>:</strong></p>
+        <div>The name of the alternative release of the project.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>Yes</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.3.name}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.3.desc">commons.release.3.desc</a>:</strong></p>
+        <div>Alternative Release Title or Description.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.3.desc}</code></li>
+        </ul><hr/><p><strong><a 
name="commons.release.3.binary.suffix">commons.release.3.binary.suffix</a>:</strong></p>
+        <div>The suffix for the alternative release binary distro.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Default</strong>: 
<code>${commons.release.3.binary.suffix}</code></li>
+        </ul><hr/><p><strong><a name="basedir">basedir</a>:</strong></p>
+        <div>The base directory from which to execute the Ant script.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.io.File</code></li>
+          <li><strong>Required</strong>: <code>Yes</code></li>
+          <li><strong>Expression</strong>: <code>${antBasedir}</code></li>
+          <li><strong>Default</strong>: <code>${basedir}</code></li>
+        </ul><hr/><p><strong><a 
name="messageLevel">messageLevel</a>:</strong></p>
+        <div>The message-level used to tune the verbosity of Ant logging.</div>
+        <ul>
+          <li><strong>Type</strong>: <code>java.lang.String</code></li>
+          <li><strong>Required</strong>: <code>No</code></li>
+          <li><strong>Expression</strong>: <code>${antMessageLevel}</code></li>
+          <li><strong>Default</strong>: <code>info</code></li>
+        </ul>
+      </subsection>
+    </section>
+  </body>
 </document>
\ No newline at end of file

Reply via email to