o Minor Javadoc tweaks.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@670417 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2008-06-22 21:34:27 +00:00
parent b8df16919c
commit 1d5d3a67dd
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ import java.io.File;
/**
* Generate a plugin descriptor.
* <p/>
* Note: Phase is after the "compilation" of any scripts
* <b>Note:</b> Phase is after the "compilation" of any scripts.
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
@ -40,7 +40,7 @@ public class DescriptorGeneratorMojo
extends AbstractGeneratorMojo
{
/**
* The directory where the generated plugin.xml file will be put.
* The directory where the generated <code>plugin.xml</code> file will be put.
*
* @parameter default-value="${project.build.outputDirectory}/META-INF/maven"
*/

View File

@ -26,7 +26,7 @@ import org.apache.maven.tools.plugin.generator.Generator;
import org.apache.maven.tools.plugin.generator.PluginHelpGenerator;
/**
* Generates an <code>HelpMojo</code> class.
* Generates a <code>HelpMojo</code> class.
*
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
* @version $Id$

View File

@ -51,7 +51,7 @@ public class UpdatePluginRegistryMojo
extends AbstractMojo
{
/**
* Indicates whether the plugin-registry.xml is used by Maven or not
* Indicates whether the <code>plugin-registry.xml</code> file is used by Maven or not
* to manage plugin versions.
*
* @parameter default-value="${settings.usePluginRegistry}"

View File

@ -25,7 +25,7 @@ import org.apache.maven.tools.plugin.generator.PluginXdocGenerator;
import java.io.File;
/**
* Generate Xdoc files for the project mojos or goals
* Generate Xdoc files for the project mojos or goals.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$