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

/**
 * @goal drop
 */
class DropMojo extends AbstractDatabaseMojo
{
    void doExecute()
    {
        drop()
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy