Package lombok.maven
Class HelpMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- lombok.maven.HelpMojo
-
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="help", requiresProject=false, threadSafe=true) public class HelpMojo extends AbstractMojo
Display help information on lombok-maven-plugin.
Callmvn lombok:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.- Author:
- maven-plugin-tools
-
-
Constructor Summary
Constructors Constructor Description HelpMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Constructor Detail
-
HelpMojo
public HelpMojo()
-
-
Method Detail
-
execute
public void execute() throws MojoExecutionException
- Throws:
MojoExecutionException
-
-