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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy