Package org.javalite.db_migrator.maven
Class CreateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.javalite.db_migrator.maven.AbstractMigrationMojo
org.javalite.db_migrator.maven.AbstractDbMigrationMojo
org.javalite.db_migrator.maven.CreateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo
- 
Field SummaryFields inherited from class org.javalite.db_migrator.maven.AbstractMigrationMojoprojectFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.javalite.db_migrator.maven.AbstractDbMigrationMojodatabaseExists, execute, getConfigFile, getCurrentEnvironment, getCurrentMergeProperties, getDriver, getEnvironments, getMergeProperties, getPassword, getUrl, getUsername, setConfigFile, setCurrentEnvironment, setCurrentMergeProperties, setDriver, setEnvironments, setMergeProperties, setPassword, setUrl, setUsernameMethods inherited from class org.javalite.db_migrator.maven.AbstractMigrationMojogetCreateSql, getDropSql, getEncoding, getMigrationsPath, getProject, setCreateSql, setDropSql, setMigrationsPath, setProject, toAbsolutePath, toAbsolutePathMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
CreateMojopublic CreateMojo()
 
- 
- 
Method Details- 
executeMojopublic void executeMojo() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
- executeMojoin class- AbstractDbMigrationMojo
- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
 
-