Class HLMvnPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.hl.build.mvnplugin.HLMvnPlugin
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="hl",
threadSafe=true,
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE)
public class HLMvnPlugin
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()setOutputDirectory(File outputDirectory) setSourceDirectory(File sourceDirectory) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
HLMvnPlugin
public HLMvnPlugin()
-
-
Method Details
-
getSourceDirectory
-
setSourceDirectory
-
getOutputDirectory
-
setOutputDirectory
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-