Klasse HelpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.hypfvieh.java.java_runtime_compiler_maven_plugin.HelpMojo
- Alle implementierten Schnittstellen:
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 java-runtime-compiler-maven-plugin.
Call
Call
mvn rtcompile:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.- Autor:
- maven-plugin-tools
-
Feldübersicht
Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo
ROLE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Konstruktordetails
-
HelpMojo
public HelpMojo()
-
-
Methodendetails
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Löst aus:
org.apache.maven.plugin.MojoExecutionException
-