From 437b52372d67ae0c64789bd40fd7c91104e3e468 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 9 Jan 2010 21:08:06 +0000 Subject: [PATCH] o Minor tweaks to the site git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@897545 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm | 2 +- maven-plugin-plugin/src/site/apt/index.apt | 2 +- maven-plugin-plugin/src/site/apt/usage.apt | 2 +- maven-plugin-tools-javadoc/src/site/apt/screenshots.apt | 2 +- maven-plugin-tools-model/src/site/apt/index.apt | 2 +- src/site/apt/index.apt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm b/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm index d0c4273..b6dfd97 100644 --- a/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm @@ -28,7 +28,7 @@ Configuring Generation of Help Mojo - To configure the generation of a <<>> Mojo, add the following to the project's POM: + To configure the generation of a <<>> mojo, add the following to the project's POM: +-----+ diff --git a/maven-plugin-plugin/src/site/apt/index.apt b/maven-plugin-plugin/src/site/apt/index.apt index 9a0d2af..5f3e342 100644 --- a/maven-plugin-plugin/src/site/apt/index.apt +++ b/maven-plugin-plugin/src/site/apt/index.apt @@ -50,7 +50,7 @@ Maven Plugin Plugin metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact. - * {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all project mojos. + * {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all mojos in a plugin. [] diff --git a/maven-plugin-plugin/src/site/apt/usage.apt b/maven-plugin-plugin/src/site/apt/usage.apt index 4957947..70f6d14 100644 --- a/maven-plugin-plugin/src/site/apt/usage.apt +++ b/maven-plugin-plugin/src/site/apt/usage.apt @@ -45,7 +45,7 @@ mvn package +-----+ You will see that the <<>> file is generated in the <<>> directory of your project. The file is - also bundled in the generated jar file. + also bundled in the generated JAR file. To explicitly execute the <<>> goal, type the following in the command line: diff --git a/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt b/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt index b6b1b40..33fa695 100644 --- a/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt +++ b/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt @@ -28,6 +28,6 @@ Screenshots From Javadoc - The following Screenshots have been taken from a JavaDoc displayed. + The following Screenshots have been taken from a Javadoc report. [images/javadoc.png] Examples diff --git a/maven-plugin-tools-model/src/site/apt/index.apt b/maven-plugin-tools-model/src/site/apt/index.apt index 2fdb8c7..31deef2 100644 --- a/maven-plugin-tools-model/src/site/apt/index.apt +++ b/maven-plugin-tools-model/src/site/apt/index.apt @@ -28,7 +28,7 @@ Maven Plugin Tool Model - The Maven Plugin Tool Model is model to extract descriptors information from plugins. + The Maven Plugin Tool Model is a model to extract descriptors information from plugins. The following are generated from this model: diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 2149535..a82ab0c 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -35,7 +35,7 @@ Maven Plugin Tools *-----------------------------------------------------------------------------+---------------------------------------------------------+ || <> || <> *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}} | Maven Plugin which generates Plugin report. +| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}} | Maven Plugin which generates a Plugin report. *-----------------------------------------------------------------------------+---------------------------------------------------------+ | {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant. *-----------------------------------------------------------------------------+---------------------------------------------------------+