add missing file

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@634181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-03-06 07:22:09 +00:00
parent d775ca2adc
commit a5d5448c33
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import org.apache.maven.plugin.AbstractMojo;
/** @goal mojo */
public class MyMojo extends AbstractMojo
{
public void execute()
{
}
}