blob: aeb6f7c9ce58bc970bfd08541368b87e4b784416 [file] [log] [blame]
package org.apache.maven.plugin;
import java.net.URL;
/**
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
* @goal id
*/
public class IDMojo
extends AbstractMojo
{
public void execute()
throws MojoExecutionException, MojoFailureException
{
this.getLog().info("Ran Test Custom");
}
}