This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e63aa0  Migrate src/site/xdoc/* to xdoc-2.0.xsd
9e63aa0 is described below

commit 9e63aa0af319503b662bb63c7d105f2a53a6a2d6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 16:05:02 2025 -0500

    Migrate src/site/xdoc/* to xdoc-2.0.xsd
---
 src/changes/changes.xml                    |  1 +
 src/site/site.xml                          |  7 +++++--
 src/site/xdoc/all-mojo.xml                 |  4 +++-
 src/site/xdoc/all-sandbox-mojo.xml         |  4 +++-
 src/site/xdoc/all-sandbox.xml              |  9 +++++----
 src/site/xdoc/all.xml                      |  9 +++++----
 src/site/xdoc/contributing-md-mojo.xml     |  5 +++--
 src/site/xdoc/contributing-md.xml          | 11 ++++++-----
 src/site/xdoc/copy-javadoc-files-build.xml |  5 +++--
 src/site/xdoc/copy-javadoc-files-mojo.xml  |  4 +++-
 src/site/xdoc/development.xml              |  9 +++++----
 src/site/xdoc/download-page-mojo.xml       |  4 +++-
 src/site/xdoc/download-page.xml            | 17 +++++++++--------
 src/site/xdoc/index.xml                    |  7 ++++---
 src/site/xdoc/issue-tracking.xml           | 16 ++++++----------
 src/site/xdoc/jira-page-mojo.xml           |  4 +++-
 src/site/xdoc/jira-page.xml                | 12 ++++++------
 src/site/xdoc/mail-lists.xml               | 10 ++++++----
 src/site/xdoc/mail-page-mojo.xml           |  4 +++-
 src/site/xdoc/mail-page.xml                | 11 ++++++-----
 src/site/xdoc/notice-txt-mojo.xml          |  4 +++-
 src/site/xdoc/notice-txt.xml               | 11 ++++++-----
 src/site/xdoc/readme-md-mojo.xml           |  4 +++-
 src/site/xdoc/readme-md.xml                | 11 ++++++-----
 src/site/xdoc/sandbox-jira-page-mojo.xml   |  4 +++-
 src/site/xdoc/sandbox-jira-page.xml        | 12 ++++++------
 26 files changed, 115 insertions(+), 84 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9cabdd..d50874c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate 
mail-lists-template.xml to xdoc-2.0.xsd.</action> 
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate 
no-download-page-template.xml to xdoc-2.0.xsd.</action> 
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate 
sandbox-issue-tracking-template.xml to xdoc-2.0.xsd.</action> 
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate 
src/site/xdoc/* to xdoc-2.0.xsd.</action> 
       <!-- ADD -->
       <!-- UPDATE -->
     </release>
diff --git a/src/site/site.xml b/src/site/site.xml
index d221564..c52e56f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,7 +15,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project name="Commons Build Plugin">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
http://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Commons Build Plugin">
     <body>
         <menu name="Build Plugin">
             <item name="Overview"                href="/index.html"/>
@@ -56,4 +59,4 @@
             </item>
         </menu>
     </body>
-</project>
+</site>
diff --git a/src/site/xdoc/all-mojo.xml b/src/site/xdoc/all-mojo.xml
index dca1416..ed98ae8 100644
--- a/src/site/xdoc/all-mojo.xml
+++ b/src/site/xdoc/all-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:all</title>
   </properties>
diff --git a/src/site/xdoc/all-sandbox-mojo.xml 
b/src/site/xdoc/all-sandbox-mojo.xml
index 8fe1691..0759858 100644
--- a/src/site/xdoc/all-sandbox-mojo.xml
+++ b/src/site/xdoc/all-sandbox-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:all</title>
   </properties>
diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml
index 1e0448e..1115e36 100644
--- a/src/site/xdoc/all-sandbox.xml
+++ b/src/site/xdoc/all-sandbox.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating All Sandbox Pages</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -25,7 +26,7 @@
     <body>
 
 
-        <section name="commons-build:all-sandbox" href="all-sandbox">
+        <section name="commons-build:all-sandbox" id="all-sandbox">
 
             <subsection name="Overview">
                 <p>
@@ -35,6 +36,7 @@
                 </p>
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>all-sandbox</code> Mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -42,7 +44,6 @@
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml";>generate-xdocs.build.xml</a>
                         ant script</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml
index fae829c..a60a83d 100644
--- a/src/site/xdoc/all.xml
+++ b/src/site/xdoc/all.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating All Pages</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -24,7 +25,7 @@
 
     <body>
 
-        <section name="commons-build:all" href="all">
+        <section name="commons-build:all" id="all">
 
             <subsection name="Overview">
                 <p>
@@ -34,6 +35,7 @@
                 </p>
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>all</code> Mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -41,7 +43,6 @@
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml";>generate-xdocs.build.xml</a>
                         ant script</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
diff --git a/src/site/xdoc/contributing-md-mojo.xml 
b/src/site/xdoc/contributing-md-mojo.xml
index 3d1448f..1107cf2 100644
--- a/src/site/xdoc/contributing-md-mojo.xml
+++ b/src/site/xdoc/contributing-md-mojo.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-  <properties>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>  <properties>
     <title>commons-build:contributing-md</title>
   </properties>
   <body>
diff --git a/src/site/xdoc/contributing-md.xml 
b/src/site/xdoc/contributing-md.xml
index a3f3ab5..e6b44b2 100644
--- a/src/site/xdoc/contributing-md.xml
+++ b/src/site/xdoc/contributing-md.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating CONTRIBUTING.md</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -25,7 +26,7 @@
     <body>
 
 
-        <section name="commons-build:contributing-md" href="contributing-md">
+        <section name="commons-build:contributing-md" id="contributing-md">
 
             <subsection name="Overview">
                 <p>
@@ -39,6 +40,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>contributing-md</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -49,16 +51,15 @@
                         template</li>
                     <li>Uses the <a href="contributing-md-mojo.html">goal's 
(i.e. mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a CONTRIBUTING.md, the following <a 
href="contributing-md-mojo.html">properties</a> are configured in the 
component's <code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.jira.id</b> - JIRA's external (upper case) 
project id for the component</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
diff --git a/src/site/xdoc/copy-javadoc-files-build.xml 
b/src/site/xdoc/copy-javadoc-files-build.xml
index 98a67e5..e0d6497 100644
--- a/src/site/xdoc/copy-javadoc-files-build.xml
+++ b/src/site/xdoc/copy-javadoc-files-build.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Copy NOTICE and LICENSE files to javadoc jar</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
diff --git a/src/site/xdoc/copy-javadoc-files-mojo.xml 
b/src/site/xdoc/copy-javadoc-files-mojo.xml
index eb535f8..bd02c32 100644
--- a/src/site/xdoc/copy-javadoc-files-mojo.xml
+++ b/src/site/xdoc/copy-javadoc-files-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:copy-javadoc-files</title>
   </properties>
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 066a230..463605a 100644
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Development</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -40,6 +41,7 @@
 
             <p>
             Each ant script requires two files, which have to be named 
following the conventions for ant plugins:
+            </p>
             <ul>
                 <li>An ant build file
                     <ul><li>[naming convention: 
<i>basename</i><b>.build.xml</b>]</li></ul>
@@ -48,7 +50,6 @@
                     <ul><li>[naming convention: 
<i>basename</i><b>.mojos.xml</b>]</li></ul>
                 </li>
             </ul>
-            </p>
 
             <p>
             So if you want to add a new <i>foo-bar</i> ant script you would 
create a <code>foo-bar.build.xml</code>
@@ -64,12 +65,12 @@
             <p>
             If you want to access variables from the component's 
<code>pom.xml</code> in the ant script
             then you need to do two things in the <i>mapping document</i>:
+            </p>
             <ul>
                 <li>Add the 
<code>&lt;requiresProject&gt;true&lt;/requiresProject&gt;</code></li>
                 <li>Add <code>&lt;parameter&gt;</code> elements for each of 
the variables you
                     want to use.</li>
             </ul>
-            </p>
 
         </section>
 
diff --git a/src/site/xdoc/download-page-mojo.xml 
b/src/site/xdoc/download-page-mojo.xml
index 13fee58..784d5bb 100644
--- a/src/site/xdoc/download-page-mojo.xml
+++ b/src/site/xdoc/download-page-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:download-page</title>
   </properties>
diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml
index 5650b62..40e28cc 100644
--- a/src/site/xdoc/download-page.xml
+++ b/src/site/xdoc/download-page.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating Download Page</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -24,7 +25,7 @@
 
     <body>
 
-        <section name="commons-build:download-page" href="download-page">
+        <section name="commons-build:download-page" id="download-page">
 
             <subsection name="Overview">
                 <p>
@@ -46,6 +47,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>download-page</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -59,12 +61,12 @@
                         </li>
                     <li>Uses the <a href="download-page-mojo.html">goal's 
(i.e. mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a Download page, the following <a 
href="download-page-mojo.html">properties</a> are configured in the component's 
<code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.componentid</b> - Commons component id</li>
                     <li><b>commons.release.version</b> - The version number of 
the latest release of the component</li>
@@ -74,7 +76,6 @@
                         (some components use "-bin", others have no 
suffix)</li>
                     <li><b>commons.release.subdir</b> - The subdirectory to 
use. This defaults to using separate source/binaries folders; it set it will be 
used as the directory for both.</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
@@ -87,6 +88,7 @@
 
                 <p>
                 Sometimes there is a requirement to list two versions on the 
download page. This can be achieved using the following properties:
+                </p>
                 <ul>
                     <li><b>commons.release.2.version</b> - The version number 
of the alternative release of the component</li>
                     <li><b>commons.release.2.name</b> - (<i>optional - 
defaults to <code>${commons.release.2.name}</code></i>) The name of the 
alternative release of the component</li>
@@ -95,9 +97,9 @@
                         binary release (some components use "-bin", others 
have no suffix)</li>
                     <li><b>commons.release.2.subdir</b> - The subdirectory to 
use. This defaults to using separate source/binaries folders; it set it will be 
used as the directory for both.</li>
                 </ul>
-                </p>
                 <p>
                 You can have a third version on the download page. This can be 
achieved using the following properties:
+                </p>
                 <ul>
                     <li><b>commons.release.3.version</b> - The version number 
of the alternative release of the component</li>
                     <li><b>commons.release.3.name</b> - (<i>optional - 
defaults to <code>${commons.release.3.name}</code></i>) The name of the 
alternative release of the component</li>
@@ -106,9 +108,9 @@
                         binary release (some components use "-bin", others 
have no suffix)</li>
                     <li><b>commons.release.3.subdir</b> - The subdirectory to 
use. This defaults to using separate source/binaries folders; it set it will be 
used as the directory for both.</li>
                 </ul>
-                </p>
                 <p>
                 You can have a fourth version on the download page. This can 
be achieved using the following properties:
+                </p>
                 <ul>
                     <li><b>commons.release.4.version</b> - The version number 
of the alternative release of the component</li>
                     <li><b>commons.release.4.name</b> - (<i>optional - 
defaults to <code>${commons.release.4.name}</code></i>) The name of the 
alternative release of the component</li>
@@ -117,7 +119,6 @@
                         binary release (some components use "-bin", others 
have no suffix)</li>
                     <li><b>commons.release.4.subdir</b> - The subdirectory to 
use. This defaults to using separate source/binaries folders; it set it will be 
used as the directory for both.</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons DBCP with two releases:
 <source><![CDATA[
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index da5089a..6d57a16 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Overview</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -39,6 +40,7 @@
         <section name="Plugin goals:">
             <p>
             Available Goals:
+            </p>
             <ul>
                 <li><a href="all.html">commons-build:all</a> - Generate all 
pages for the component's latest release (but not sandbox pages.)</li>
                 <li><a href="all-sandbox.html">commons-build:all-sandbox</a> - 
Generate all pages for the sandbox component's latest release.</li>
@@ -50,7 +52,6 @@
                 <li><a href="readme-md.html">commons-build:readme-md</a> - 
Generate a README.md file containing information for contributors from 
GitHub.</li>
                 <li><a 
href="contributing-md.html">commons-build:contributing-md</a> - Generate a 
CONTRIBUTING.md file containing information on how to contribute for 
contributors from GitHub.</li>
             </ul>
-            </p>
         </section>
 
         <section name="Trying out the plugin">
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 7a2ac0e..b3299d2 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -41,29 +41,29 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Apache Commons Build Plugin Maven Mojo Issue tracking</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>
   </properties>
   <body>
-
     <section name="Apache Commons Build Plugin Maven Mojo Issue tracking">
       <p>
       Apache Commons Build Plugin Maven Mojo uses <a 
href="https://issues.apache.org/jira/";>ASF JIRA</a> for tracking issues.
       See the <a 
href="https://issues.apache.org/jira/browse/COMMONSSITE";>Apache Commons Build 
Plugin Maven Mojo JIRA project page</a>.
       </p>
-
       <p>
       To use JIRA you may need to <a 
href="https://issues.apache.org/jira/secure/Signup!default.jspa";>create an 
account</a>
       (if you have previously created/updated Commons issues using Bugzilla an 
account will have been automatically
       created and you can use the <a 
href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa";>Forgot 
Password</a>
       page to get a new password).
       </p>
-
       <p>
       If you would like to report a bug, or raise an enhancement request with
       Apache Commons Build Plugin Maven Mojo please do the following:
+      </p>
       <ol>
         <li><a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310466&amp;component=12312401&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4";>Search
 existing open bugs</a>.
             If you find your issue listed then please add a comment with your 
details.</li>
@@ -73,30 +73,26 @@ limitations under the License.
         <li>Submit either a <a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&amp;component=12312401&amp;issuetype=1&amp;priority=4&amp;assignee=-1";>bug
 report</a>
             or <a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&amp;component=12312401&amp;issuetype=4&amp;priority=4&amp;assignee=-1";>enhancement
 request</a>.</li>
       </ol>
-      </p>
-
       <p>
       Please also remember these points:
+      </p>
       <ul>
         <li>the more information you provide, the better we can help you</li>
         <li>test cases are vital, particularly for any proposed 
enhancements</li>
         <li>the developers of Apache Commons Build Plugin Maven Mojo are all 
unpaid volunteers</li>
       </ul>
-      </p>
-
       <p>
       For more information on creating patches see the
       <a href="https://www.apache.org/dev/contributors.html";>Apache 
Contributors Guide</a>.
       </p>
-
       <p>
       You may also find these links useful:
+      </p>
       <ul>
         <li><a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310466&amp;component=12312401&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4";>All
 Open Apache Commons Build Plugin Maven Mojo bugs</a></li>
         <li><a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310466&amp;component=12312401&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6";>All
 Resolved Apache Commons Build Plugin Maven Mojo bugs</a></li>
         <li><a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310466&amp;component=12312401&amp;sorter/field=issuekey&amp;sorter/order=DESC";>All
 Apache Commons Build Plugin Maven Mojo bugs</a></li>
       </ul>
-      </p>
     </section>
   </body>
 </document>
diff --git a/src/site/xdoc/jira-page-mojo.xml b/src/site/xdoc/jira-page-mojo.xml
index 6216456..f2a445e 100644
--- a/src/site/xdoc/jira-page-mojo.xml
+++ b/src/site/xdoc/jira-page-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:jira-page</title>
   </properties>
diff --git a/src/site/xdoc/jira-page.xml b/src/site/xdoc/jira-page.xml
index 527361c..a8b7147 100644
--- a/src/site/xdoc/jira-page.xml
+++ b/src/site/xdoc/jira-page.xml
@@ -15,9 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
-    <properties>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>    <properties>
         <title>Generating JIRA Page</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
     </properties>
@@ -25,7 +25,7 @@
     <body>
 
 
-        <section name="commons-build:jira-page" href="jira-page">
+        <section name="commons-build:jira-page" id="jira-page">
 
             <subsection name="Overview">
                 <p>
@@ -41,6 +41,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>jira-page</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -51,17 +52,16 @@
                         template</li>
                     <li>Uses the <a href="jira-page-mojo.html">goal's (i.e. 
mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a JIRA page, the following <a 
href="jira-page-mojo.html">properties</a>  are configured in the component's 
<code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.jira.id</b> - JIRA's external (upper case) 
project id for the component</li>
                     <li><b>commons.jira.pid</b> - JIRA's internal (numeric) 
project id for the component</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 366a3b8..69cc414 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -39,7 +39,9 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Apache Commons Build Plugin Maven Mojo Mailing Lists</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -53,10 +55,10 @@ limitations under the License.
         To make it easier for people to only read messages related to 
components they are interested in,
         the convention in Commons is to prefix the subject line of messages 
with the component's name,
         for example:
-        <ul>
-          <li>[build-plugin] Problem with the ...</li>
-        </ul>
       </p>
+      <ul>
+        <li>[build-plugin] Problem with the ...</li>
+      </ul>
       <p>
         Questions related to the usage of Apache Commons Build Plugin Maven 
Mojo should be posted to the
         <a 
href="https://lists.apache.org/[email protected]";>User List</a>.
diff --git a/src/site/xdoc/mail-page-mojo.xml b/src/site/xdoc/mail-page-mojo.xml
index 43fe6d2..ea1b056 100644
--- a/src/site/xdoc/mail-page-mojo.xml
+++ b/src/site/xdoc/mail-page-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:mail-page</title>
   </properties>
diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml
index c0527a4..75e866a 100644
--- a/src/site/xdoc/mail-page.xml
+++ b/src/site/xdoc/mail-page.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating Mailing List Page</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -25,7 +26,7 @@
     <body>
 
 
-        <section name="commons-build:mail-page" href="mail-page">
+        <section name="commons-build:mail-page" id="mail-page">
 
             <subsection name="Overview">
                 <p>
@@ -40,6 +41,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>mail-page</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -50,16 +52,15 @@
                         template</li>
                     <li>Uses the <a href="mail-page-mojo.html">goal's (i.e. 
mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a Mailing List page, the following <a 
href="mail-page-mojo.html">properties</a>  are configured in the component's 
<code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.componentid</b> - Commons component id</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
diff --git a/src/site/xdoc/notice-txt-mojo.xml 
b/src/site/xdoc/notice-txt-mojo.xml
index 6b971a3..c414a8e 100644
--- a/src/site/xdoc/notice-txt-mojo.xml
+++ b/src/site/xdoc/notice-txt-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:notice-txt</title>
   </properties>
diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml
index b003e0f..762b678 100644
--- a/src/site/xdoc/notice-txt.xml
+++ b/src/site/xdoc/notice-txt.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating NOTICE.txt</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -25,7 +26,7 @@
     <body>
 
 
-        <section name="commons-build:readme-md" href="readme-md">
+        <section name="commons-build:readme-md" id="readme-md">
 
             <subsection name="Overview">
                 <p>
@@ -40,6 +41,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>notice-txt</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -50,16 +52,15 @@
                         template</li>
                     <li>Uses the <a href="notice-txt-mojo.html">goal's (i.e. 
mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a README.md, the following <a 
href="notice-txt-mojo.html">properties</a>  are configured in the component's 
<code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>project.inceptionYear</b> - The year of the 
project's inception, specified with 4 digits. This value is used when 
generating copyright notices as well as being informational.</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
diff --git a/src/site/xdoc/readme-md-mojo.xml b/src/site/xdoc/readme-md-mojo.xml
index ad0c466..3bbee28 100644
--- a/src/site/xdoc/readme-md-mojo.xml
+++ b/src/site/xdoc/readme-md-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:readme-md</title>
   </properties>
diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml
index 7e739cb..15a6d56 100644
--- a/src/site/xdoc/readme-md.xml
+++ b/src/site/xdoc/readme-md.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating README.md</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -25,7 +26,7 @@
     <body>
 
 
-        <section name="commons-build:readme-md" href="readme-md">
+        <section name="commons-build:readme-md" id="readme-md">
 
             <subsection name="Overview">
                 <p>
@@ -40,6 +41,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>readme-md</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -50,18 +52,17 @@
                         template</li>
                     <li>Uses the <a href="readme-md-mojo.html">goal's (i.e. 
mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a README.md, the following <a 
href="readme-md-mojo.html">properties</a>  are configured in the component's 
<code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.componentid</b> - Commons component ID</li>
                     <li><b>commons.jira.id</b> - Commons JIRA ID</li>
                     <li><b>commons.release.version</b> - The version number of 
the latest release of the component</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration for Commons Text:
 <source><![CDATA[
diff --git a/src/site/xdoc/sandbox-jira-page-mojo.xml 
b/src/site/xdoc/sandbox-jira-page-mojo.xml
index 744d7b2..792025d 100644
--- a/src/site/xdoc/sandbox-jira-page-mojo.xml
+++ b/src/site/xdoc/sandbox-jira-page-mojo.xml
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>commons-build:sandbox-jira-page</title>
   </properties>
diff --git a/src/site/xdoc/sandbox-jira-page.xml 
b/src/site/xdoc/sandbox-jira-page.xml
index 462016e..c90d2f6 100644
--- a/src/site/xdoc/sandbox-jira-page.xml
+++ b/src/site/xdoc/sandbox-jira-page.xml
@@ -15,8 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
-
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
     <properties>
         <title>Generating Sandbox JIRA Page</title>
         <author email="[email protected]">Apache Commons Documentation 
Team</author>
@@ -24,8 +25,7 @@
 
     <body>
 
-
-        <section name="commons-build:sandbox-jira-page" href="jira-page">
+        <section name="commons-build:sandbox-jira-page" id="jira-page">
 
             <subsection name="Overview">
                 <p>
@@ -41,6 +41,7 @@
 
                 <p>
                 This goal uses the following:
+                </p>
                 <ul>
                     <li>The goal is mapped to the ant script/target using the 
<code>sandbox-jira-page</code> mojo definition in the
                         <a 
href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
@@ -51,16 +52,15 @@
                         template</li>
                     <li>Uses the <a href="sandbox-jira-page-mojo.html">goal's 
(i.e. mojo's) parameters</a> to filter values in the template</li>
                 </ul>
-                </p>
             </subsection>
 
             <subsection name="Configuration">
                 <p>
                 To generate a JIRA page, the following <a 
href="sandbox-jira-page-mojo.html">properties</a>  are configured in the 
component's <code>pom.xml</code>
+                </p>
                 <ul>
                     <li><b>commons.jira.componentid</b> - JIRA's internal 
(numeric) id for the component</li>
                 </ul>
-                </p>
                 <p>
                 Example configuration:
 <source><![CDATA[


Reply via email to