File EmptyMojo.java of Package tycho

package org.fedoraproject;

import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
/**
 * Empty goal to fix
 */
@Mojo ( name = "empty", defaultPhase = LifecyclePhase.CLEAN)
public class EmptyMojo
    extends AbstractMojo
{
    public void execute()
        throws MojoExecutionException, MojoFailureException
    {
    }
}
openSUSE Build Service is sponsored by