Package com.wakaleo.schemaspy
Class HelpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.wakaleo.schemaspy.HelpMojo
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="help",
requiresProject=false,
threadSafe=true)
public class HelpMojo
extends AbstractMojo
Display help information on schemaspy-maven-plugin.
Call
Call
mvn schemaspy: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
-