Package org.javalite.db_migrator.maven
Class NewMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.javalite.db_migrator.maven.AbstractMigrationMojo
org.javalite.db_migrator.maven.NewMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
-
Field Summary
Fields inherited from class org.javalite.db_migrator.maven.AbstractMigrationMojo
project
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.javalite.db_migrator.maven.AbstractMigrationMojo
getCreateSql, getDropSql, getEncoding, getMigrationsPath, getProject, setCreateSql, setDropSql, setMigrationsPath, setProject, toAbsolutePath, toAbsolutePath
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
NewMojo
public NewMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-