All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.liquibase.maven.plugins.LiquibaseFlowValidateMojo Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package org.liquibase.maven.plugins;

/**
 * Validate a series of commands contained in one or more stages, as configured in a liquibase flow-file.
 *
 * @goal flow.validate
 */
public class LiquibaseFlowValidateMojo extends AbstractLiquibaseFlowMojo{
    @Override
    public String[] getCommandName() {
        return new String[]{"flow", "validate"};
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy