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

de.saumya.mojo.gem.InitializeMojo Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package de.saumya.mojo.gem;

import org.apache.maven.plugin.MojoExecutionException;

/**
 * @goal initialize
 * @phase initialize
 * @requiresDependencyResolution test
 */
public class InitializeMojo extends AbstractGemMojo {

    @Override
    protected void executeWithGems() throws MojoExecutionException {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy