Package sample.plugin
Class MyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- sample.plugin.MyMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="touch", defaultPhase=PROCESS_SOURCES) public class MyMojo extends org.apache.maven.plugin.AbstractMojoDeprecated.Don't use!Goal which touches a timestamp file.
-
-
Constructor Summary
Constructors Constructor Description MyMojo()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute()Deprecated.
-