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