mirror of https://github.com/apache/maven.git
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:
parent
d775ca2adc
commit
a5d5448c33
|
@ -0,0 +1,9 @@
|
|||
import org.apache.maven.plugin.AbstractMojo;
|
||||
|
||||
/** @goal mojo */
|
||||
public class MyMojo extends AbstractMojo
|
||||
{
|
||||
public void execute()
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue