org.liquibase.maven.plugins
Class LiquibaseDBDocMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.liquibase.maven.plugins.AbstractLiquibaseMojo
          extended by org.liquibase.maven.plugins.LiquibaseDBDocMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class LiquibaseDBDocMojo
extends AbstractLiquibaseMojo

Liquibase dbDoc Maven2 MOJO. This goal allows for dbDocs to be generated as part of a Maven build process. User: rynam0 Date: Jul 21, 2009 Time: 8:10:44 PM

Version:
$Id: LiquibaseDBDocMojo.java 1043 2009-08-06 18:36:36Z nvoxland $
Author:
Ryan Connolly

Field Summary
 
Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo
clearCheckSums, databaseClass, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, skip, systemProperties, url, username, verbose
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
LiquibaseDBDocMojo()
           
 
Method Summary
 java.lang.String getOutputDirectory()
           
protected  void performLiquibaseTask(Liquibase liquibase)
           
 
Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo
checkRequiredParametersAreSpecified, cleanup, configureFieldsAndValues, createLiquibase, execute, getFileOpener, getLiquibase, getMavenArtifactClassLoader, isPromptOnNonLocalDatabase, parsePropertiesFile, printSettings
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiquibaseDBDocMojo

public LiquibaseDBDocMojo()
Method Detail

performLiquibaseTask

protected void performLiquibaseTask(Liquibase liquibase)
                             throws LiquibaseException
Specified by:
performLiquibaseTask in class AbstractLiquibaseMojo
Throws:
LiquibaseException

getOutputDirectory

public java.lang.String getOutputDirectory()


Copyright © 2010 Liquibase.org. All Rights Reserved.