Use full project name. Drop Ant suffix as the implementation mechanism is not relevant
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1739782 13f79535-47bb-0310-9956-ffa450edef68 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/78ca8833 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/78ca8833 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/78ca8833 Branch: refs/heads/master Commit: 78ca8833a133d94299ef064f5cb62d81c04cf78f Parents: 5b36920 Author: Sebastian Bazley <[email protected]> Authored: Mon Apr 18 16:12:40 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Mon Apr 18 16:12:40 2016 +0000 ---------------------------------------------------------------------- src/main/scripts/generate-xdocs.mojos.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/78ca8833/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 75ba37d..5d461cc 100644 --- a/src/main/scripts/generate-xdocs.mojos.xml +++ b/src/main/scripts/generate-xdocs.mojos.xml @@ -27,7 +27,7 @@ <mojo> <goal>mail-page</goal> <call>mail-page</call> - <description>Commons Build Ant Mojo: Generate Mailing List page</description> + <description>Apache Commons Build Mojo: Generate Mailing List page</description> <requiresProject>true</requiresProject> <parameters> <parameter> @@ -53,7 +53,7 @@ <mojo> <goal>jira-page</goal> <call>jira-page</call> - <description>Commons Build Ant Mojo: Generate Issue Tracking page</description> + <description>Apache Commons Build Mojo: Generate Issue Tracking page</description> <requiresProject>true</requiresProject> <parameters> <parameter> @@ -88,7 +88,7 @@ <mojo> <goal>sandbox-jira-page</goal> <call>sandbox-jira-page</call> - <description>Commons Build Ant Mojo: Generate Sandbox Issue Tracking page</description> + <description>Apache Commons Build Mojo: Generate Sandbox Issue Tracking page</description> <requiresProject>true</requiresProject> <parameters> <parameter> @@ -114,7 +114,7 @@ <mojo> <goal>download-page</goal> <call>download-page</call> - <description>Commons Build Ant Mojo: Generate Download page</description> + <description>Apache Commons Build Mojo: Generate Download page</description> <requiresProject>true</requiresProject> <parameters> <parameter> @@ -286,7 +286,7 @@ <mojo> <goal>readme-md</goal> <call>readme-md</call> - <description>Commons Build Ant Mojo: Generate README.md</description> + <description>Apache Commons Build Mojo: Generate README.md</description> <requiresProject>true</requiresProject> <parameters> <parameter> @@ -348,7 +348,7 @@ <mojo> <goal>contributing-md</goal> <call>contributing-md</call> - <description>Commons Build Ant Mojo: Generate CONTRIBUTING.md</description> + <description>Apache Commons Build Mojo: Generate CONTRIBUTING.md</description> <requiresProject>true</requiresProject> <parameters> <parameter>
