Repository: commons-build-plugin Updated Branches: refs/heads/master 4a97cc48c -> 4a2fda52d
Update documentation according to new plugin goalPrefix Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/4a2fda52 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/4a2fda52 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/4a2fda52 Branch: refs/heads/master Commit: 4a2fda52dea504dc49bec6e408b63cd0245962ef Parents: 4a97cc4 Author: Benedikt Ritter <brit...@apache.org> Authored: Wed Sep 19 11:45:36 2018 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Wed Sep 19 11:45:36 2018 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 2 +- README.md | 2 +- .../contributing-md-template.md | 2 +- .../download-page-head.xml | 2 +- .../issue-tracking-template.xml | 2 +- .../mail-lists-template.xml | 2 +- .../no-download-page-template.xml | 2 +- .../readme-md-template.md | 2 +- .../sandbox-issue-tracking-template.xml | 2 +- src/main/scripts/copy-javadoc-files.build.xml | 2 +- src/main/scripts/generate-xdocs.build.xml | 28 ++++++++++---------- src/site/xdoc/all-mojo-sandbox.xml | 6 ++--- src/site/xdoc/all-mojo.xml | 6 ++--- src/site/xdoc/all-sandbox.xml | 8 +++--- src/site/xdoc/all.xml | 8 +++--- src/site/xdoc/contributing-md-mojo.xml | 6 ++--- src/site/xdoc/contributing-md.xml | 6 ++--- src/site/xdoc/copy-javadoc-files-mojo.xml | 6 ++--- src/site/xdoc/development.xml | 4 +-- src/site/xdoc/download-page-mojo.xml | 6 ++--- src/site/xdoc/download-page.xml | 6 ++--- src/site/xdoc/download_commons-build-plugin.xml | 2 +- src/site/xdoc/index.xml | 18 ++++++------- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/jira-page-mojo.xml | 6 ++--- src/site/xdoc/jira-page.xml | 8 +++--- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/mail-page-mojo.xml | 6 ++--- src/site/xdoc/mail-page.xml | 6 ++--- src/site/xdoc/notice-txt-mojo.xml | 6 ++--- src/site/xdoc/notice-txt.xml | 6 ++--- src/site/xdoc/readme-md-mojo.xml | 6 ++--- src/site/xdoc/readme-md.xml | 6 ++--- src/site/xdoc/sandbox-jira-page-mojo.xml | 6 ++--- src/site/xdoc/sandbox-jira-page.xml | 8 +++--- 35 files changed, 99 insertions(+), 99 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21bf919..d02572b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:contributing-md | + | 1) Re-generate using: mvn commons-build:contributing-md | | | | 2) Set the following properties in the component's pom: | | - commons.jira.id (required, alphabetic, upper case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 6cf8981..fc7f211 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:readme-md | + | 1) Re-generate using: mvn commons-build:readme-md | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/contributing-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/contributing-md-template.md b/src/main/resources/commons-xdoc-templates/contributing-md-template.md index dd206ef..8e5b32b 100644 --- a/src/main/resources/commons-xdoc-templates/contributing-md-template.md +++ b/src/main/resources/commons-xdoc-templates/contributing-md-template.md @@ -25,7 +25,7 @@ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:contributing-md | + | 1) Re-generate using: mvn commons-build:contributing-md | | | | 2) Set the following properties in the component's pom: | | - commons.jira.id (required, alphabetic, upper case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/download-page-head.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml b/src/main/resources/commons-xdoc-templates/download-page-head.xml index f33895d..3968ca4 100644 --- a/src/main/resources/commons-xdoc-templates/download-page-head.xml +++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:download-page | + | 1) Re-generate using: mvn commons-build:download-page | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml index 3415c3c..89d9055 100644 --- a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml +++ b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:jira-page | + | 1) Re-generate using: mvn commons-build:jira-page | | | | 2) Set the following properties in the component's pom: | | - commons.jira.id (required, alphabetic, upper case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/mail-lists-template.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml index 72d46e4..c0f083c 100644 --- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml +++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:mail-page | + | 1) Re-generate using: mvn commons-build:mail-page | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/no-download-page-template.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/no-download-page-template.xml b/src/main/resources/commons-xdoc-templates/no-download-page-template.xml index 1739b20..0496135 100644 --- a/src/main/resources/commons-xdoc-templates/no-download-page-template.xml +++ b/src/main/resources/commons-xdoc-templates/no-download-page-template.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:download-page | + | 1) Re-generate using: mvn commons-build:download-page | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/readme-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index d7500ff..b48de2c 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -25,7 +25,7 @@ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:readme-md | + | 1) Re-generate using: mvn commons-build:readme-md | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml index b487d68..8972edd 100644 --- a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml +++ b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:sandbox-jira-page | + | 1) Re-generate using: mvn commons-build:sandbox-jira-page | | | | 2) Set the following properties in the component's pom: | | - commons.jira.componentid (required, numeric) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/scripts/copy-javadoc-files.build.xml ---------------------------------------------------------------------- diff --git a/src/main/scripts/copy-javadoc-files.build.xml b/src/main/scripts/copy-javadoc-files.build.xml index 26a72f3..4389dfa 100644 --- a/src/main/scripts/copy-javadoc-files.build.xml +++ b/src/main/scripts/copy-javadoc-files.build.xml @@ -23,7 +23,7 @@ <target name="copy-javadoc-files" description="Copy NOTICE/LICENSE files for javadoc jar"> - <echo level="info" message="**** commons:copy-javadoc-files - Copying NOTICE and LICENSE files ****" /> + <echo level="info" message="**** commons-build:copy-javadoc-files - Copying NOTICE and LICENSE files ****" /> <!-- Copy pages, filtering parameter values --> <copy todir="target/apidocs/META-INF"> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/main/scripts/generate-xdocs.build.xml ---------------------------------------------------------------------- diff --git a/src/main/scripts/generate-xdocs.build.xml b/src/main/scripts/generate-xdocs.build.xml index b305e54..00800f2 100644 --- a/src/main/scripts/generate-xdocs.build.xml +++ b/src/main/scripts/generate-xdocs.build.xml @@ -33,11 +33,11 @@ <target name="mail-page" description="Generate Mailing List page"> - <echo level="${level}" message="----- commons:mailing-list - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:mailing-list - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="commons.componentid : ${commons.componentid}" /> <echo level="${level}" message="commons.xdoc.dir : ${commons.xdoc.dir}" /> - <echo level="${level}" message="----- commons:mailing-list - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:mailing-list - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} Mailing List Page ***" /> @@ -69,12 +69,12 @@ <target name="jira-page" description="Generate JIRA Issue Tracking page"> - <echo level="${level}" message="----- commons:jira-page - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:jira-page - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="commons.xdoc.dir : ${commons.xdoc.dir}" /> <echo level="${level}" message="commons.jira.id : ${commons.jira.id}" /> <echo level="${level}" message="commons.jira.pid : ${commons.jira.pid}" /> - <echo level="${level}" message="----- commons:jira-page - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:jira-page - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} Issue Tracking Page ***" /> @@ -108,10 +108,10 @@ <target name="sandbox-jira-page" description="Generate Sandbox JIRA Issue Tracking page"> - <echo level="${level}" message="----- commons:sandbox-jira-page - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:sandbox-jira-page - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="commons.jira.componentid: ${commons.jira.componentid}" /> - <echo level="${level}" message="----- commons:sandbox-jira-page - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:sandbox-jira-page - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} Sandbox Issue Tracking Page ***" /> @@ -152,7 +152,7 @@ <target name="download-page" description="Generate Download page"> - <echo level="${level}" message="----- commons:download-page - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:download-page - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="commons.componentid : ${commons.componentid}" /> <!-- Current release --> @@ -184,7 +184,7 @@ <echo level="${level}" message="commons.release.4.subdir : ${commons.release.4.subdir}" /> <echo level="${level}" message="commons.release.4.hash : ${commons.release.4.hash}" /> - <echo level="${level}" message="----- commons:download-page - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:download-page - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} ${commons.release.version} Download Page ***" /> @@ -422,7 +422,7 @@ <target name="readme-md" description="Generate README.md"> - <echo level="${level}" message="----- commons:readme-md - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:readme-md - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="project.artifactId : ${project.artifactId}" /> <echo level="${level}" message="project.groupId : ${project.groupId}" /> @@ -430,7 +430,7 @@ <echo level="${level}" message="commons.jira.id : ${commons.jira.id}" /> <echo level="${level}" message="commons.release.version : ${commons.release.version}" /> <echo level="${level}" message="commons.componentid : ${commons.componentid}" /> - <echo level="${level}" message="----- commons:readme-md - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:readme-md - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} README.md ***" /> @@ -474,10 +474,10 @@ <target name="notice-txt" description="Generate NOTICE.txt"> - <echo level="${level}" message="----- commons:notice-txt - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:notice-txt - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="project.inceptionYear : ${project.inceptionYear}" /> - <echo level="${level}" message="----- commons:readme-md - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:notice-txt - Parameters - END -----" /> <script manager="javax" language="javascript"><![CDATA[ project.setProperty("commons.currentYear", new Date().getFullYear()); @@ -510,12 +510,12 @@ <target name="contributing-md" description="Generate CONTRIBUTING.md"> - <echo level="${level}" message="----- commons:readme-md - Parameters - START -----" /> + <echo level="${level}" message="----- commons-build:readme-md - Parameters - START -----" /> <echo level="${level}" message="project.name : ${project.name}" /> <echo level="${level}" message="project.artifactId : ${project.artifactId}" /> <echo level="${level}" message="commons.jira.id : ${commons.jira.id}" /> <echo level="${level}" message="commons.componentid : ${commons.componentid}" /> - <echo level="${level}" message="----- commons:readme-md - Parameters - END -----" /> + <echo level="${level}" message="----- commons-build:readme-md - Parameters - END -----" /> <echo level="info" message="*** Generating ${project.name} CONTRIBUTING.md ***" /> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/all-mojo-sandbox.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/all-mojo-sandbox.xml b/src/site/xdoc/all-mojo-sandbox.xml index 02c3210..64c5563 100644 --- a/src/site/xdoc/all-mojo-sandbox.xml +++ b/src/site/xdoc/all-mojo-sandbox.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:all</title> + <title>commons-build:all</title> </properties> <body> - <section name="commons:all-sandbox"> + <section name="commons-build:all-sandbox"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:all-sandbox</p> <p><strong>Description</strong>:</p> @@ -41,4 +41,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/all-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/all-mojo.xml b/src/site/xdoc/all-mojo.xml index 1192481..b9865a0 100644 --- a/src/site/xdoc/all-mojo.xml +++ b/src/site/xdoc/all-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:all</title> + <title>commons-build:all</title> </properties> <body> - <section name="commons:all"> + <section name="commons-build:all"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:all</p> <p><strong>Description</strong>:</p> @@ -41,4 +41,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/all-sandbox.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml index 08e2770..e9a6b28 100644 --- a/src/site/xdoc/all-sandbox.xml +++ b/src/site/xdoc/all-sandbox.xml @@ -25,13 +25,13 @@ <body> - <section name="commons:all-sandbox" href="all-sandbox"> + <section name="commons-build:all-sandbox" href="all-sandbox"> <subsection name="Overview"> <p> - The <code>commons:all-sandbox</code> goal generates all pages for a <strong>Sandbox</strong> component - (for <strong>Proper</strong> components use the <a href="all.html">commons:all</a> goal). - Execute the goal using the following command: <source>mvn commons:all-sandbox</source> + The <code>commons-build:all-sandbox</code> goal generates all pages for a <strong>Sandbox</strong> component + (for <strong>Proper</strong> components use the <a href="all.html">commons-build:all</a> goal). + Execute the goal using the following command: <source>mvn commons-build:all-sandbox</source> </p> <p> This goal uses the following: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/all.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml index bf336a5..7360a4d 100644 --- a/src/site/xdoc/all.xml +++ b/src/site/xdoc/all.xml @@ -25,13 +25,13 @@ <body> - <section name="commons:all" href="all"> + <section name="commons-build:all" href="all"> <subsection name="Overview"> <p> - The <code>commons:all</code> goal generates all pages for a <strong>Proper</strong> component - (for <strong>Sandbox</strong> components use the <a href="all-sandbox.html">commons:all-sandbox</a> goal). - Execute the goal using the following command: <source>mvn commons:all</source> + The <code>commons-build:all</code> goal generates all pages for a <strong>Proper</strong> component + (for <strong>Sandbox</strong> components use the <a href="all-sandbox.html">commons-build:all-sandbox</a> goal). + Execute the goal using the following command: <source>mvn commons-build:all</source> </p> <p> This goal uses the following: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/contributing-md-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/contributing-md-mojo.xml b/src/site/xdoc/contributing-md-mojo.xml index 02433f5..477c501 100644 --- a/src/site/xdoc/contributing-md-mojo.xml +++ b/src/site/xdoc/contributing-md-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:contributing-md</title> + <title>commons-build:contributing-md</title> </properties> <body> - <section name="commons:contributing-md"> + <section name="commons-build:contributing-md"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:contributing-md</p> <p><strong>Description</strong>:</p> @@ -93,4 +93,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/contributing-md.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/contributing-md.xml b/src/site/xdoc/contributing-md.xml index ca8ab05..aeabb0a 100644 --- a/src/site/xdoc/contributing-md.xml +++ b/src/site/xdoc/contributing-md.xml @@ -25,12 +25,12 @@ <body> - <section name="commons:contributing-md" href="contributing-md"> + <section name="commons-build:contributing-md" href="contributing-md"> <subsection name="Overview"> <p> - The <code>commons:contributing-md</code> goal generates a CONTRIBUTING.md file for a component. - Execute the goal using the following command: <source>mvn commons:contributing-md</source> + The <code>commons-build:contributing-md</code> goal generates a CONTRIBUTING.md file for a component. + Execute the goal using the following command: <source>mvn commons-build:contributing-md</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/copy-javadoc-files-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/copy-javadoc-files-mojo.xml b/src/site/xdoc/copy-javadoc-files-mojo.xml index 370d3d3..f4611dd 100644 --- a/src/site/xdoc/copy-javadoc-files-mojo.xml +++ b/src/site/xdoc/copy-javadoc-files-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:copy-javadoc-files</title> + <title>commons-build:copy-javadoc-files</title> </properties> <body> - <section name="commons:copy-javadoc-files"> + <section name="commons-build:copy-javadoc-files"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:copy-javadoc-files</p> <p><strong>Description</strong>:</p> @@ -80,4 +80,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/development.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml index 7c29a2e..147fa13 100644 --- a/src/site/xdoc/development.xml +++ b/src/site/xdoc/development.xml @@ -77,7 +77,7 @@ <p> This plugin uses <code>commons</code> as the goal prefix. So if you add a new <code>foo-bar</code> - goal, then it can be executed on the command line using <code>mvn commons:foo-bar</code>. This prefix + goal, then it can be executed on the command line using <code>mvn commons-build:foo-bar</code>. This prefix is defined in this plugin's <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/pom.xml">pom.xml</a>. </p> @@ -100,7 +100,7 @@ The <i>message level</i> for ant is <i>info</i> by default. Running the plugin goal using a message level of <i>debug</i> can help in discovering problems - for example: <source><![CDATA[ - mvn commons:jira-page -DantMessageLevel=debug + mvn commons-build:jira-page -DantMessageLevel=debug ]]></source> </p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/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 1a8a7ca..71b042b 100644 --- a/src/site/xdoc/download-page-mojo.xml +++ b/src/site/xdoc/download-page-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:download-page</title> + <title>commons-build:download-page</title> </properties> <body> - <section name="commons:download-page"> + <section name="commons-build:download-page"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:download-page</p> <p><strong>Description</strong>:</p> @@ -301,4 +301,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/download-page.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml index fda96ae..cd8ab98 100644 --- a/src/site/xdoc/download-page.xml +++ b/src/site/xdoc/download-page.xml @@ -25,12 +25,12 @@ <body> - <section name="commons:download-page" href="download-page"> + <section name="commons-build:download-page" href="download-page"> <subsection name="Overview"> <p> - The <code>commons:download-page</code> goal generates a custom Download page for the latest release of a component. - Execute the goal using the following command: <source>mvn commons:download-page</source> + The <code>commons-build:download-page</code> goal generates a custom Download page for the latest release of a component. + Execute the goal using the following command: <source>mvn commons-build:download-page</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/download_commons-build-plugin.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml index f5fa416..9d0e165 100644 --- a/src/site/xdoc/download_commons-build-plugin.xml +++ b/src/site/xdoc/download_commons-build-plugin.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:download-page | + | 1) Re-generate using: mvn commons-build:download-page | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index b93f7c6..c99a114 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -40,15 +40,15 @@ <p> Available Goals: <ul> - <li><a href="all.html">commons:all</a> - Generate all pages for the component's latest release (but not sandbox pages.)</li> - <li><a href="all-sandbox.html">commons:all-sandbox</a> - Generate all pages for the sandbox component's latest release.</li> - <li><a href="download-page.html">commons:download-page</a> - Generate a Download page for the component's latest release.</li> - <li><a href="mail-page.html">commons:mail-page</a> - Generate a custom <i>Mailing List</i> page for a component.</li> - <li><a href="jira-page.html">commons:jira-page</a> - Generate a custom <i>JIRA Issue Tracking</i> page for a component.</li> - <li><a href="sandbox-jira-page.html">commons:sandbox-jira-page</a> - Generate a custom <i>JIRA Issue Tracking page</i> for a Sandbox component.</li> - <li><a href="copy-javadoc-files-build.html">commons:copy-javadoc-files</a> - Copy NOTICE and LICENSE files to -javadoc jar.</li> - <li><a href="readme-md.html">commons:readme-md</a> - Generate a README.md file containing information for contributors from GitHub.</li> - <li><a href="contributing-md.html">commons:contributing-md</a> - Generate a CONTRIBUTING.md file containing information on how to contribute for contributors from GitHub.</li> + <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> + <li><a href="download-page.html">commons-build:download-page</a> - Generate a Download page for the component's latest release.</li> + <li><a href="mail-page.html">commons-build:mail-page</a> - Generate a custom <i>Mailing List</i> page for a component.</li> + <li><a href="jira-page.html">commons-build:jira-page</a> - Generate a custom <i>JIRA Issue Tracking</i> page for a component.</li> + <li><a href="sandbox-jira-page.html">commons-build:sandbox-jira-page</a> - Generate a custom <i>JIRA Issue Tracking page</i> for a Sandbox component.</li> + <li><a href="copy-javadoc-files-build.html">commons-build:copy-javadoc-files</a> - Copy NOTICE and LICENSE files to -javadoc jar.</li> + <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> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/issue-tracking.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index d9f399f..f2d89df 100644 --- a/src/site/xdoc/issue-tracking.xml +++ b/src/site/xdoc/issue-tracking.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:jira-page | + | 1) Re-generate using: mvn commons-build:jira-page | | | | 2) Set the following properties in the component's pom: | | - commons.jira.id (required, alphabetic, upper case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/jira-page-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/jira-page-mojo.xml b/src/site/xdoc/jira-page-mojo.xml index 065a462..007e9ed 100644 --- a/src/site/xdoc/jira-page-mojo.xml +++ b/src/site/xdoc/jira-page-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:jira-page</title> + <title>commons-build:jira-page</title> </properties> <body> - <section name="commons:jira-page"> + <section name="commons-build:jira-page"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:jira-page</p> <p><strong>Description</strong>:</p> @@ -105,4 +105,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/jira-page.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/jira-page.xml b/src/site/xdoc/jira-page.xml index 5da0ef1..b108d3b 100644 --- a/src/site/xdoc/jira-page.xml +++ b/src/site/xdoc/jira-page.xml @@ -25,13 +25,13 @@ <body> - <section name="commons:jira-page" href="jira-page"> + <section name="commons-build:jira-page" href="jira-page"> <subsection name="Overview"> <p> - The <code>commons:jira-page</code> goal generates a custom JIRA Issue Tracking page for a <strong>Proper</strong> component - (for <strong>Sandbox</strong> components use the <a href="sandbox-jira-page.html">commons:sandbox-jira-page</a> goal). - Execute the goal using the following command: <source>mvn commons:jira-page</source> + The <code>commons-build:jira-page</code> goal generates a custom JIRA Issue Tracking page for a <strong>Proper</strong> component + (for <strong>Sandbox</strong> components use the <a href="sandbox-jira-page.html">commons-build:sandbox-jira-page</a> goal). + Execute the goal using the following command: <source>mvn commons-build:jira-page</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/mail-lists.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 176faf7..aff8387 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -26,7 +26,7 @@ limitations under the License. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:mail-page | + | 1) Re-generate using: mvn commons-build:mail-page | | | | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/mail-page-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mail-page-mojo.xml b/src/site/xdoc/mail-page-mojo.xml index 86538c2..95a7edf 100644 --- a/src/site/xdoc/mail-page-mojo.xml +++ b/src/site/xdoc/mail-page-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:mail-page</title> + <title>commons-build:mail-page</title> </properties> <body> - <section name="commons:mail-page"> + <section name="commons-build:mail-page"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:mail-page</p> <p><strong>Description</strong>:</p> @@ -81,4 +81,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/mail-page.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml index 50be5ae..db1aacb 100644 --- a/src/site/xdoc/mail-page.xml +++ b/src/site/xdoc/mail-page.xml @@ -25,12 +25,12 @@ <body> - <section name="commons:mail-page" href="mail-page"> + <section name="commons-build:mail-page" href="mail-page"> <subsection name="Overview"> <p> - The <code>commons:mail-page</code> goal generates a custom Mailing List page for a component - Execute the goal using the following command: <source>mvn commons:mail-page</source> + The <code>commons-build:mail-page</code> goal generates a custom Mailing List page for a component + Execute the goal using the following command: <source>mvn commons-build:mail-page</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/notice-txt-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/notice-txt-mojo.xml b/src/site/xdoc/notice-txt-mojo.xml index 720681f..71ac879 100644 --- a/src/site/xdoc/notice-txt-mojo.xml +++ b/src/site/xdoc/notice-txt-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:notice-txt</title> + <title>commons-build:notice-txt</title> </properties> <body> - <section name="commons:notice-txt"> + <section name="commons-build:notice-txt"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:notice-txt</p> <p><strong>Description</strong>:</p> @@ -93,4 +93,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/notice-txt.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml index 0778f94..70ef4ca 100644 --- a/src/site/xdoc/notice-txt.xml +++ b/src/site/xdoc/notice-txt.xml @@ -25,12 +25,12 @@ <body> - <section name="commons:readme-md" href="readme-md"> + <section name="commons-build:readme-md" href="readme-md"> <subsection name="Overview"> <p> - The <code>commons:notice-txt</code> goal generates a README.md file for a component. - Execute the goal using the following command: <source>mvn commons:notice-txt</source> + The <code>commons-build:notice-txt</code> goal generates a README.md file for a component. + Execute the goal using the following command: <source>mvn commons-build:notice-txt</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/readme-md-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/readme-md-mojo.xml b/src/site/xdoc/readme-md-mojo.xml index de08f1a..0774dfa 100644 --- a/src/site/xdoc/readme-md-mojo.xml +++ b/src/site/xdoc/readme-md-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:readme-md</title> + <title>commons-build:readme-md</title> </properties> <body> - <section name="commons:readme-md"> + <section name="commons-build:readme-md"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:readme-md</p> <p><strong>Description</strong>:</p> @@ -105,4 +105,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/readme-md.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml index 3a25c63..ea701e6 100644 --- a/src/site/xdoc/readme-md.xml +++ b/src/site/xdoc/readme-md.xml @@ -25,12 +25,12 @@ <body> - <section name="commons:readme-md" href="readme-md"> + <section name="commons-build:readme-md" href="readme-md"> <subsection name="Overview"> <p> - The <code>commons:readme-md</code> goal generates a README.md file for a component. - Execute the goal using the following command: <source>mvn commons:readme-md</source> + The <code>commons-build:readme-md</code> goal generates a README.md file for a component. + Execute the goal using the following command: <source>mvn commons-build:readme-md</source> </p> <p> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/sandbox-jira-page-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/sandbox-jira-page-mojo.xml b/src/site/xdoc/sandbox-jira-page-mojo.xml index 2b1e2a8..e47610d 100644 --- a/src/site/xdoc/sandbox-jira-page-mojo.xml +++ b/src/site/xdoc/sandbox-jira-page-mojo.xml @@ -17,10 +17,10 @@ --> <document> <properties> - <title>commons:sandbox-jira-page</title> + <title>commons-build:sandbox-jira-page</title> </properties> <body> - <section name="commons:sandbox-jira-page"> + <section name="commons-build:sandbox-jira-page"> <p><strong>Full name</strong>:</p> <p>org.apache.commons:commons-build-plugin:1.9:sandbox-jira-page</p> <p><strong>Description</strong>:</p> @@ -93,4 +93,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4a2fda52/src/site/xdoc/sandbox-jira-page.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/sandbox-jira-page.xml b/src/site/xdoc/sandbox-jira-page.xml index 0b6d468..a9b4562 100644 --- a/src/site/xdoc/sandbox-jira-page.xml +++ b/src/site/xdoc/sandbox-jira-page.xml @@ -25,13 +25,13 @@ <body> - <section name="commons:sandbox-jira-page" href="jira-page"> + <section name="commons-build:sandbox-jira-page" href="jira-page"> <subsection name="Overview"> <p> - The <code>commons:sandbox-jira-page</code> goal generates a custom JIRA Issue Tracking page for a <strong>Sandbox</strong> component. - (for <strong>Proper</strong> components use the <a href="jira-page.html">commons:jira-page</a> goal). - Execute the goal using the following command: <source>mvn commons:sandbox-jira-page</source> + The <code>commons-build:sandbox-jira-page</code> goal generates a custom JIRA Issue Tracking page for a <strong>Sandbox</strong> component. + (for <strong>Proper</strong> components use the <a href="jira-page.html">commons-build:jira-page</a> goal). + Execute the goal using the following command: <source>mvn commons-build:sandbox-jira-page</source> </p> <p>