@Mojo(name="vdb-codegen",
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE,
requiresProject=true)
public class VdbCodeGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
static org.teiid.query.function.SystemFunctionManager |
SFM |
Constructor and Description |
---|
VdbCodeGeneratorMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
File |
getOutputDirectory() |
static File |
unzipContents(File in,
File out) |
public File getOutputDirectory()
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
public static File unzipContents(File in, File out) throws FileNotFoundException, IOException
FileNotFoundException
IOException
Copyright © 2020. All rights reserved.