Package org.apache.maven.plugins.pmd
Class HelpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.pmd.HelpMojo
- All Implemented Interfaces:
 ContextEnabled,Mojo
@Mojo(name="help",
      requiresProject=false,
      threadSafe=true)
public class HelpMojo
extends AbstractMojo
Display help information on maven-pmd-plugin.
Call
Call
mvn pmd:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.- Author:
 - maven-plugin-tools
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext 
- 
Constructor Details
- 
HelpMojo
public HelpMojo() 
 - 
 - 
Method Details
- 
execute
- Throws:
 MojoExecutionException
 
 -