Package org.apache.streams.plugins.hive
Class StreamsHiveResourceGeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.streams.plugins.hive.StreamsHiveResourceGeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-resources",
defaultPhase=GENERATE_RESOURCES)
@Execute(goal="generate-resources",
phase=GENERATE_RESOURCES)
public class StreamsHiveResourceGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
sourceDirectory
-
sourcePaths
-
targetDirectory
@Parameter(defaultValue="./target/generated-resources/hive", readonly=true) public String targetDirectory
-
-
Constructor Details
-
StreamsHiveResourceGeneratorMojo
public StreamsHiveResourceGeneratorMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionexecute StreamsHiveResourceGeneratorMojo.- Throws:
org.apache.maven.plugin.MojoExecutionException- MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException- MojoFailureException
-