Class HelpMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.shade.mojo.HelpMojo
-
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="help", requiresProject=false, threadSafe=true) public class HelpMojo extends AbstractMojo
Display help information on maven-shade-plugin.
Callmvn shade: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
-
-
-
-
Method Detail
-
execute
public void execute() throws MojoExecutionException
- Throws:
MojoExecutionException
-
-