@Mojo(name="vdb",
defaultPhase=PACKAGE,
requiresDependencyResolution=COMPILE)
public class VdbMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
finalName |
protected File |
outputDirectory |
protected org.apache.maven.project.MavenProject |
project |
Constructor and Description |
---|
VdbMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected ClassLoader |
getClassLoader() |
@Parameter(defaultValue="${project}", readonly=true) protected org.apache.maven.project.MavenProject project
@Parameter(property="project.build.directory", readonly=true) protected File outputDirectory
@Parameter(property="project.build.finalName", readonly=true) protected String finalName
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected ClassLoader getClassLoader() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2019. All rights reserved.