@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.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic static File unzipContents(File in, File out) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2019. All rights reserved.