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

org.leberrigaud.maven.plugins.database.DropMojo.groovy Maven / Gradle / Ivy

There is a newer version: 0.10
Show newest version
package org.leberrigaud.maven.plugins.database

/**
 * @requiresProject false
 * @goal drop
 */
class DropMojo extends AbstractDatabaseMojo
{
    void doExecute()
    {
        final config = validate()
        drop(config)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy