Blame SOURCES/EmptyMojo.java

35a07c
package org.fedoraproject;
35a07c
35a07c
import org.apache.maven.plugin.MojoExecutionException;
35a07c
import org.apache.maven.plugin.MojoFailureException;
35a07c
import org.apache.maven.plugin.AbstractMojo;
35a07c
35a07c
/**
35a07c
 * Empty goal to fix
35a07c
 * @goal empty
35a07c
 * @phase clean
35a07c
 */
35a07c
public class EmptyMojo
35a07c
    extends AbstractMojo
35a07c
{
35a07c
    public void execute()
35a07c
        throws MojoExecutionException, MojoFailureException
35a07c
    {
35a07c
    }
35a07c
}