public class RepairMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected com.googlecode.flyway.core.util.logging.Log |
log |
protected org.apache.maven.project.MavenProject |
mavenProject
Reference to the current project that includes the Flyway Maven plugin.
|
| Constructor and Description |
|---|
RepairMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(Flyway flyway)
Executes this mojo.
|
void |
execute() |
protected String |
getProperty(String name)
Retrieves this property from either the system or the maven properties.
|
protected com.googlecode.flyway.core.util.logging.Log log
protected org.apache.maven.project.MavenProject mavenProject
protected void doExecute(Flyway flyway) throws Exception
flyway - The flyway instance to operate on.Exception - any exceptionpublic final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2013. All Rights Reserved.